On Sun, Nov 1, 2015 at 1:18 PM, wm4 wrote:
> On Sun, 1 Nov 2015 13:03:50 +0100
> Hendrik Leppkes wrote:
>
>> On Sun, Nov 1, 2015 at 12:57 PM, wm4 wrote:
>> > On Sun, 1 Nov 2015 11:21:26 +0100
>> > Hendrik Leppkes wrote:
>> >
>> >> This fixes a memory leak when side-data is present.
>> >> ---
>
On Sun, 1 Nov 2015 13:03:50 +0100
Hendrik Leppkes wrote:
> On Sun, Nov 1, 2015 at 12:57 PM, wm4 wrote:
> > On Sun, 1 Nov 2015 11:21:26 +0100
> > Hendrik Leppkes wrote:
> >
> >> This fixes a memory leak when side-data is present.
> >> ---
> >> libavformat/utils.c | 9 -
> >> 1 file c
On Sun, Nov 1, 2015 at 12:57 PM, wm4 wrote:
> On Sun, 1 Nov 2015 11:21:26 +0100
> Hendrik Leppkes wrote:
>
>> This fixes a memory leak when side-data is present.
>> ---
>> libavformat/utils.c | 9 -
>> 1 file changed, 4 insertions(+), 5 deletions(-)
>>
>> diff --git a/libavformat/utils.
On Sun, 1 Nov 2015 11:21:26 +0100
Hendrik Leppkes wrote:
> This fixes a memory leak when side-data is present.
> ---
> libavformat/utils.c | 9 -
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/utils.c b/libavformat/utils.c
> index 7e4f54f..3f82659 100644
This fixes a memory leak when side-data is present.
---
libavformat/utils.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 7e4f54f..3f82659 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -1285,12 +1285,11