GNOME Bugzilla – Bug 591476
Possible leak in rtpbin
Last modified: 2009-08-14 12:48:29 UTC
Attaching a patch for a reference leak in rtpbin
Created attachment 140471 [details] [review] rtpbin: Fix reference leak
Maybe it's just me, but the use of that name_found variable is just very confusing. Anyway, patch looks correct and I have a unit test to go with it as well, so I'd say let's put it in.
commit 80e43452a1e9ffd11d105d31d75aa72217352268 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Aug 14 13:45:08 2009 +0100 checks: add test for leak to rtpbin unit test See #591476. commit 7f569ca9c8c51ab4750c20771f37e0beeca3b050 Author: Olivier Crête <olivier.crete@collabora.co.uk> Date: Tue Aug 11 14:47:12 2009 -0400 rtpbin: Fix reference leak Fixes #591476.