Commit 1deec58b authored by Vitor Sessak's avatar Vitor Sessak

Fix memory leak.

Commited in SoC by Bobby Bingham on 2007-07-31 20:11:25

Originally committed as revision 12694 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b9a7a65a
......@@ -75,6 +75,8 @@ static AVFilterContext *create_filter_with_args(const char *filt, void *opaque)
}
} else av_log(NULL, AV_LOG_ERROR, "error creating filter!\n");
av_free(filter);
return ret;
fail:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment