Commit 1c5bb387 authored by vitor's avatar vitor

Fix a small memory leak

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12710 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f399cd49
......@@ -455,7 +455,6 @@ static AVFilterContext *create_filter_with_args(const char *filt, void *opaque)
av_log(NULL, AV_LOG_ERROR,
"error creating filter \"%s\" with args \"%s\"\n",
name, args ? args : "(none)");
return NULL;
}
av_free(filter);
......
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