Mercurial > libavcodec.hg
changeset 9928:16330a3b573b libavcodec
Change av_free to av_freep
author | reimar |
---|---|
date | Mon, 06 Jul 2009 16:49:36 +0000 |
parents | f954ea120c78 |
children | 354e23134dfc |
files | indeo3.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/indeo3.c Mon Jul 06 16:48:23 2009 +0000 +++ b/indeo3.c Mon Jul 06 16:49:36 2009 +0000 @@ -143,9 +143,9 @@ static av_cold void iv_free_func(Indeo3DecodeContext *s) { - av_free(s->buf); - av_free(s->ModPred); - av_free(s->corrector_type); + av_freep(&s->buf); + av_freep(&s->ModPred); + av_freep(&s->corrector_type); } struct ustr {