Fix a small memory leak

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

Originally committed as revision 12710 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-04-04 20:07:39 +00:00
parent 54d7fcc120
commit 8af6261c27
1 changed files with 0 additions and 1 deletions

View File

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