1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-28 04:06:12 +02:00

Fix a crash on oom when decoding hevc.

This commit is contained in:
Carl Eugen Hoyos 2013-10-31 20:17:18 +01:00
parent 49287bbfd3
commit 5ab1efb9d0

View File

@ -2597,7 +2597,8 @@ static av_cold int hevc_decode_free(AVCodecContext *avctx)
pic_arrays_free(s);
av_freep(&lc->edge_emu_buffer);
if (lc)
av_freep(&lc->edge_emu_buffer);
av_freep(&s->md5_ctx);
for(i=0; i < s->nals_allocated; i++) {