mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
7ef9dd3761
When jpeg_finish_decompress is called, output state reference is being created. But if there is any failures in finishing decompress, it jumps to setjmp, and at that point state was not referenced. Resulting in leak of output state. Hence adding another setjmp after output state is referenced. Similarly adding another setjmp to unmap the frame in case error happens before finish_decompress https://bugzilla.gnome.org/show_bug.cgi?id=753087 |
||
---|---|---|
.. | ||
aalib | ||
cairo | ||
dv | ||
flac | ||
gdk_pixbuf | ||
jack | ||
jpeg | ||
libcaca | ||
libpng | ||
pulse | ||
raw1394 | ||
shout2 | ||
soup | ||
speex | ||
taglib | ||
vpx | ||
wavpack | ||
Makefile.am |