[FFmpeg-devel] [PATCH 06/13] ffprobe: call uninit_opts().
Clément Bœsch
ubitux at gmail.com
Sat May 12 23:15:28 CEST 2012
This some memleaks because of the previous init_opts().
---
ffprobe.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ffprobe.c b/ffprobe.c
index 84f7d82..ab5ad9c 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -1788,6 +1788,7 @@ int main(int argc, char **argv)
}
end:
+ uninit_opts();
av_freep(&print_format);
avformat_network_deinit();
--
1.7.10.1
More information about the ffmpeg-devel
mailing list