[Ffmpeg-cvslog] r7604 - trunk/libavformat/aiff.c
michael
subversion
Sun Jan 21 13:47:46 CET 2007
Author: michael
Date: Sun Jan 21 13:47:46 2007
New Revision: 7604
Modified:
trunk/libavformat/aiff.c
Log:
the context is supposed to be freed in the generic code in utils.c
Modified: trunk/libavformat/aiff.c
==============================================================================
--- trunk/libavformat/aiff.c (original)
+++ trunk/libavformat/aiff.c Sun Jan 21 13:47:46 2007
@@ -166,7 +166,6 @@
/* First verify if format is ok */
if (!enc->codec_tag) {
- av_free(aiff);
return -1;
}
More information about the ffmpeg-cvslog
mailing list