[Bug 753087] jpegdec: fix output state memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 31 01:22:14 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753087

--- Comment #4 from Vineeth <vineeth.tm at samsung.com> ---
probably this is because it is happening

       longjmp() restores the environment saved by the last call of
       setjmp(3) with the corresponding env argument.


before setjmp is called, state is still NULL, so once the error happens, it
comes back to setjmp and at this time it is restored to state..

Have to read a bit more about longjmp, setjmp

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list