Re: [FFmpeg-devel] [PATCH v23 2/2] avformat/dashdec: free resource allocated by xml

2017-09-19 Thread wm4
On Sat, 9 Sep 2017 08:37:17 +0800 Steven Liu wrote: > 2017-09-04 23:55 GMT+08:00 Steven Liu : > > 2017-09-04 23:36 GMT+08:00 wm4 : > >> On Mon, 4 Sep 2017 22:58:27 +0800 > >> Steven Liu wrote: > >> > >>> 2017-09-01 18:26 GMT+08:00 Steven Liu : > >>> > modify from av_free to xmlFree > >>> >

Re: [FFmpeg-devel] [PATCH v23 2/2] avformat/dashdec: free resource allocated by xml

2017-09-08 Thread Steven Liu
2017-09-04 23:55 GMT+08:00 Steven Liu : > 2017-09-04 23:36 GMT+08:00 wm4 : >> On Mon, 4 Sep 2017 22:58:27 +0800 >> Steven Liu wrote: >> >>> 2017-09-01 18:26 GMT+08:00 Steven Liu : >>> > modify from av_free to xmlFree >>> > >>> > Signed-off-by: Steven Liu >>> > --- >>> > libavformat/dashdec.c | 4

Re: [FFmpeg-devel] [PATCH v23 2/2] avformat/dashdec: free resource allocated by xml

2017-09-04 Thread Steven Liu
2017-09-04 23:36 GMT+08:00 wm4 : > On Mon, 4 Sep 2017 22:58:27 +0800 > Steven Liu wrote: > >> 2017-09-01 18:26 GMT+08:00 Steven Liu : >> > modify from av_free to xmlFree >> > >> > Signed-off-by: Steven Liu >> > --- >> > libavformat/dashdec.c | 44 ++-- >> >

Re: [FFmpeg-devel] [PATCH v23 2/2] avformat/dashdec: free resource allocated by xml

2017-09-04 Thread wm4
On Mon, 4 Sep 2017 22:58:27 +0800 Steven Liu wrote: > 2017-09-01 18:26 GMT+08:00 Steven Liu : > > modify from av_free to xmlFree > > > > Signed-off-by: Steven Liu > > --- > > libavformat/dashdec.c | 44 ++-- > > 1 file changed, 22 insertions(+), 22 deleti

Re: [FFmpeg-devel] [PATCH v23 2/2] avformat/dashdec: free resource allocated by xml

2017-09-04 Thread Steven Liu
2017-09-01 18:26 GMT+08:00 Steven Liu : > modify from av_free to xmlFree > > Signed-off-by: Steven Liu > --- > libavformat/dashdec.c | 44 ++-- > 1 file changed, 22 insertions(+), 22 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.

[FFmpeg-devel] [PATCH v23 2/2] avformat/dashdec: free resource allocated by xml

2017-09-01 Thread Steven Liu
modify from av_free to xmlFree Signed-off-by: Steven Liu --- libavformat/dashdec.c | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 9a3a199d4e..f63f1fffbd 100644 --- a/libavforma