[libav-devel] [PATCH] avcodec: move some AVCodecContext fields to an internal struct.
Uoti Urpala
uoti.urpala at pp1.inet.fi
Wed Nov 16 22:42:13 CET 2011
On Wed, 2011-11-16 at 11:31 -0500, Justin Ruggles wrote:
> + copy->internal = av_malloc(sizeof(AVCodecInternal));
A corresponding free() seems to be missing.
More information about the libav-devel
mailing list