Author: marco
Date: Sun Aug 19 00:03:39 2007
New Revision: 980

Log:
free memory after it is not used anymore

Modified:
   dirac/libavcodec/dirac.c

Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c    (original)
+++ dirac/libavcodec/dirac.c    Sun Aug 19 00:03:39 2007
@@ -1908,7 +1908,7 @@ START_TIMER
 
 STOP_TIMER("dwt53")
 
-/*     av_free(synth); */
+    av_free(synth);
 
     return 0;
 }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to