git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d7fcc
)
Fix a small memory leak
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 4 Apr 2008 20:07:39 +0000
(20:07 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 4 Apr 2008 20:07:39 +0000
(20:07 +0000)
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
libavfilter/avfiltergraph.c
patch
|
blob
|
history
diff --git
a/libavfilter/avfiltergraph.c
b/libavfilter/avfiltergraph.c
index
5ff4447
..
fc79848
100644
(file)
--- a/
libavfilter/avfiltergraph.c
+++ b/
libavfilter/avfiltergraph.c
@@
-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);