GNOME Bugzilla – Bug 752111
rtpbasedepayload: Fix minor leak of segment event
Last modified: 2015-08-16 13:40:02 UTC
Created attachment 307060 [details] [review] Patch Attached patch fixes leak of segment event in the case where no buffers are successfully depayloaded and pushed. Found while writings tests for rtph263depay which will be submitted soon.
I think this was fixed already: commit fbf2773b2ea795a17a29e163a00f4b8d0a668b5e Author: Tim-Philipp Müller <tim@centricular.com> Date: Tue Jul 7 15:05:59 2015 +0100 rtpbasepayload: fix possible segment event leak Need to clear it when shutting down, not when starting up. Fixes leak in rtp-payloading unit test.
Oh nevermind, *de*payload :)
Actually, that was the same fix, I just messed up the commit message.