forked from FFmpeg/FFmpeg
avprobe: Fix memory leak
After init_opts() there needs to be an uninit_opts() call to free the swscale context and other buffers. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
8db804e8f5
commit
95f8029345
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@ int main(int argc, char **argv)
|
|||
avio_flush(probe_out);
|
||||
av_freep(&probe_out);
|
||||
av_freep(&buffer);
|
||||
|
||||
uninit_opts();
|
||||
avformat_network_deinit();
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Reference in a new issue