Browse Source

One more memory leak

Commited in SoC by Vitor Sessak on 2008-05-24 17:18:03

Originally committed as revision 13359 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 18 years ago
parent
commit
64fbf5e263
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/graphparser.c

+ 1
- 0
libavfilter/graphparser.c View File

@@ -281,6 +281,7 @@ static int parse_inputs(const char **buf, AVFilterInOut **currInputs,
"Label \"%s\" appears twice as input!\n", match->name);
return -1;
}
av_free(name);
} else {
/* Not in the list, so add it as an input */
match = av_mallocz(sizeof(AVFilterInOut));


Loading…
Cancel
Save