Commit 1f69b7ba authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/asfdec_f: Fix memleak

Found-by: jamrial
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 72cad800
......@@ -729,6 +729,7 @@ static int asf_read_metadata(AVFormatContext *s, int64_t size)
} else {
get_tag(s, name, value_type, value_len, 16);
}
av_freep(&name);
}
return 0;
......
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