Fix possible double free when encoding using xvid.

(cherry picked from commit 315f0e3fd8dcbd1362276b7407dad2e97cccc4b7)
This commit is contained in:
Carl Eugen Hoyos 2011-07-01 02:38:28 +02:00
parent f239b91596
commit 376dfd07ab

@ -528,6 +528,7 @@ static av_cold int xvid_encode_close(AVCodecContext *avctx) {
if( x->twopassbuffer != NULL ) {
av_free(x->twopassbuffer);
av_free(x->old_twopassbuffer);
avctx->stats_out = NULL;
}
av_free(x->twopassfile);
av_free(x->intra_matrix);