mirror of https://github.com/FFmpeg/FFmpeg.git
The lossless JPEG encoder allocates one buffer in its init function and freeing said buffer is the only thing done in its close function. Despite this the init function called the close function if allocating said buffer fails, although there is nothing to free in this case. This commit stops doing this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/352/head
parent
3d83de4187
commit
6015a6921e
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue