[FFmpeg-soc] [soc]: r980 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Sun Aug 19 00:03:39 CEST 2007
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;
}
More information about the FFmpeg-soc
mailing list