mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
54d7fcc120
commit
8af6261c27
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user