[FFmpeg-cvslog] lavf: Add forgotten line from 212fd3a1f1121a9db20c478f1fccf15e8bb53c94
Michael Niedermayer
git at videolan.org
Mon Jan 9 01:22:25 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jan 9 01:12:48 2012 +0100| [72c5828c93a229513826b53cc9322815ec6813d8] | committer: Michael Niedermayer
lavf: Add forgotten line from 212fd3a1f1121a9db20c478f1fccf15e8bb53c94
This fixes a tiny memleak.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72c5828c93a229513826b53cc9322815ec6813d8
---
libavformat/utils.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index acc69f1..e4b28d2 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2713,6 +2713,8 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
ic->streams[i]->codec->thread_count = 0;
av_freep(&ic->streams[i]->info);
}
+
+ av_dict_free(&one_thread_opt);
return ret;
}
More information about the ffmpeg-cvslog
mailing list