Author: k.nowosad
Date: Tue Aug 28 12:04:58 2007
New Revision: 1214

Log:
replaced av_free with av_freep


Modified:
   jpeg2000/dwt.c

Modified: jpeg2000/dwt.c
==============================================================================
--- jpeg2000/dwt.c      (original)
+++ jpeg2000/dwt.c      Tue Aug 28 12:04:58 2007
@@ -380,5 +380,5 @@ int ff_dwt_decode(DWTContext *s, int *t)
 
 void ff_dwt_destroy(DWTContext *s)
 {
-    av_free(s->linebuf);
+    av_freep(&s->linebuf);
 }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to