Commit 83b915d4 authored by Paul B Mahol's avatar Paul B Mahol

truemotion1: use av_freep()

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5cc8b816
......@@ -891,7 +891,7 @@ static av_cold int truemotion1_decode_end(AVCodecContext *avctx)
TrueMotion1Context *s = avctx->priv_data;
av_frame_unref(&s->frame);
av_free(s->vert_pred);
av_freep(&s->vert_pred);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment