Re: [FFmpeg-devel] [PATCH] avformat/dashdec: fix memleak of rep_dest->parent null

2017-11-09 Thread Steven Liu
2017-11-09 16:28 GMT+08:00 Carl Eugen Hoyos : > Hi! > >> Am 09.11.2017 um 00:52 schrieb Steven Liu : >> >> fix ticket id: #6820 > > I find the commit message misleading. > >> use the current DASHContext for the rep_dest > > This may be better imo. Pushed

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: fix memleak of rep_dest->parent null

2017-11-09 Thread 刘歧
> 在 2017年11月9日,16:28,Carl Eugen Hoyos 写道: > > Hi! > >> Am 09.11.2017 um 00:52 schrieb Steven Liu : >> >> fix ticket id: #6820 > > I find the commit message misleading. > >> use the current DASHContext for the rep_dest > > This may be better imo.

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: fix memleak of rep_dest->parent null

2017-11-09 Thread Carl Eugen Hoyos
Hi! > Am 09.11.2017 um 00:52 schrieb Steven Liu : > > fix ticket id: #6820 I find the commit message misleading. > use the current DASHContext for the rep_dest This may be better imo. Thank you, Carl Eugen ___ ffmpeg-devel

[FFmpeg-devel] [PATCH] avformat/dashdec: fix memleak of rep_dest->parent null

2017-11-08 Thread Steven Liu
fix ticket id: #6820 use the current DASHContext for the rep_dest Signed-off-by: Steven Liu --- libavformat/dashdec.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index