On 2012-08-24 16:30:06 -0400, Justin Ruggles wrote:
> Ensure that padded_frame is freed before returning when needed.
> ---
> libavcodec/utils.c |9 ++---
> 1 files changed, 6 insertions(+), 3 deletions(-)
lgtm
janne
___
libav-devel mailing li
On 08/24/2012 04:30 PM, Justin Ruggles wrote:
> Ensure that padded_frame is freed before returning when needed.
> ---
> libavcodec/utils.c |9 ++---
> 1 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/libavcodec/utils.c b/libavcodec/utils.c
> index b5b0466..4fffca8 100644
Ensure that padded_frame is freed before returning when needed.
---
libavcodec/utils.c |9 ++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index b5b0466..4fffca8 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -954,8