Hi,

On Wed, Jun 8, 2011 at 3:55 PM, Martin Storsjö <[email protected]> wrote:
> -    av_free(c->key);
> -    av_free(c->iv);
> +    av_freep(c->key);
> +    av_freep(c->iv);

av_freep(&...)?

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to