[FFmpeg-cvslog] r12710 - trunk/libavfilter/avfiltergraph.c

vitor subversion
Fri Apr 4 22:07:39 CEST 2008


Author: vitor
Date: Fri Apr  4 22:07:39 2008
New Revision: 12710

Log:
Fix a small memory leak

Commited in SoC by Bobby Bingham on 2007-12-20 19:30:34


Modified:
   trunk/libavfilter/avfiltergraph.c

Modified: trunk/libavfilter/avfiltergraph.c
==============================================================================
--- trunk/libavfilter/avfiltergraph.c	(original)
+++ trunk/libavfilter/avfiltergraph.c	Fri Apr  4 22:07:39 2008
@@ -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);




More information about the ffmpeg-cvslog mailing list