Merge commit 'caf7be30b11288c498fae67be4741bfbf083d977'

* commit 'caf7be30b11288c498fae67be4741bfbf083d977':
  mpjpgdec: free AVIOContext leak on early probe fail

Conflicts:
	libavformat/mpjpegdec.c

See: 34d278f983, this was mistakenly reimplemented, also see ffmpeg IRC log of today
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-06-08 22:14:18 +02:00
commit 402b18afcc
1 changed files with 1 additions and 1 deletions

View File

@ -101,8 +101,8 @@ static int mpjpeg_read_probe(AVProbeData *p)
break;
}
}
end:
av_free(pb);
return ret;