On Wed, 8 Jun 2011, Ronald S. Bultje wrote: > 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(&...)?
Oh crap - yes, fixed locally. // Martin
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
