1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavformat
Lukasz Marek e1c48e3593 lavf/utils: fix mem leak
Calling avformat_free_context() right after avformat_alloc_output_context2()
leaved option's default values not freed.
Options were freed only in av_write_trailer().

Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-10 03:24:07 +02:00
..
2014-04-06 16:41:41 +02:00
2014-04-09 23:21:38 +02:00
2014-04-01 01:13:09 +02:00
2014-03-31 23:47:29 +02:00
2014-04-05 02:18:09 +02:00
2014-03-11 13:22:49 +01:00
2014-04-06 16:41:41 +02:00
2014-04-07 14:51:36 +02:00
2014-03-22 01:26:48 +01:00
2014-04-04 04:00:11 +02:00
2014-03-04 22:54:13 +01:00
2014-03-08 12:36:57 +01:00
2014-04-10 03:24:07 +02:00