[Bug 753087] jpegdec: fix output state memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 5 22:01:06 PDT 2015


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

--- Comment #8 from Vineeth <vineeth.tm at samsung.com> ---
instead of adding one more setjmp, how does this sound

  if (setjmp (dec->jerr.setjmp_buffer)) {
    code = dec->jerr.pub.msg_code;
    gst_video_frame_unmap (&vframe);
    goto decode_error;
  }
just after 
gst_video_frame_map()

-- 
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