GNOME Bugzilla – Bug 729117
rtpbuffer: fix memory leak when gst_rtp_buffer_map fails
Last modified: 2014-04-29 06:47:03 UTC
Created attachment 275356 [details] [review] Makes sure map[3] is unmapped. See attached patch. Credits to Stian Selnes at PexipInc
Please attach patches in "git format-patch" style in the future, that makes them easier to apply with just "git am" :) commit 0011d8cbb50ad3f4db89ce0f7dc4172e55f34c55 Author: Stian Selnes <stian@pexip.com> Date: Tue Apr 29 08:46:02 2014 +0200 rtpbuffer: fix memory leak when gst_rtp_buffer_map fails Make sure rtp->data[3] is set before jumping to error path. https://bugzilla.gnome.org/show_bug.cgi?id=729117