Author: superdump
Date: Tue Dec  4 02:14:23 2007
New Revision: 1519

Log:
Remove free call as it is no longer needed


Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c (original)
+++ amr/amrnbfloatdec.c Tue Dec  4 02:14:23 2007
@@ -1226,7 +1226,6 @@ static int amrnb_decode_close(AVCodecCon
     AMRContext *p = avctx->priv_data;
 
     /* Free allocated memory */
-    av_free(p->sample_buffer);
     av_free(p->amr_prms);
 
     /* Return 0 if everything is ok, -1 if not */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to