Fix possible double free when encoding using xvid.

This commit is contained in:
Carl Eugen Hoyos 2011-07-01 02:38:28 +02:00
parent dec126a932
commit 315f0e3fd8
1 changed files with 1 additions and 0 deletions

View File

@ -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);