On 10/3/2017 5:23 AM, wm4 wrote:
> On Tue, 3 Oct 2017 01:55:44 -0300
> James Almer wrote:
>
>> Fixes memleaks introduced by skipping cleanup at the end of the
>> functions.
>>
>> Regression since a22c6a4796ca1f2cbee6784262515da876fbec22.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/en
On Tue, 3 Oct 2017 01:55:44 -0300
James Almer wrote:
> Fixes memleaks introduced by skipping cleanup at the end of the
> functions.
>
> Regression since a22c6a4796ca1f2cbee6784262515da876fbec22.
>
> Signed-off-by: James Almer
> ---
> libavcodec/encode.c | 16
> 1 file change
Fixes memleaks introduced by skipping cleanup at the end of the
functions.
Regression since a22c6a4796ca1f2cbee6784262515da876fbec22.
Signed-off-by: James Almer
---
libavcodec/encode.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/libavcodec/encode.c b/lib