Author: koorogi
Date: Thu Dec 20 20:30:34 2007
New Revision: 1621
Log:
Fix a small memory leak
Modified:
libavfilter/avfiltergraph.c
Modified: libavfilter/avfiltergraph.c
==============================================================================
--- libavfilter/avfiltergraph.c (original)
+++ libavfilter/avfiltergraph.c Thu Dec 20 20:30:34 2007
@@ -455,7 +455,6 @@ static AVFilterContext *create_filter_wi
av_log(NULL, AV_LOG_ERROR,
"error creating filter \"%s\" with args \"%s\"\n",
name, args ? args : "(none)");
- return NULL;
}
av_free(filter);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc