[FFmpeg-soc] [soc]: r1621 - libavfilter/avfiltergraph.c

koorogi subversion at mplayerhq.hu
Thu Dec 20 20:30:34 CET 2007


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);



More information about the FFmpeg-soc mailing list