GNOME Bugzilla – Bug 517571
small memory leak in gstrtpbin
Last modified: 2008-02-20 09:31:15 UTC
I'm attaching a patch that fixes a small memory leak in gstrtpbin, a ref to a caps structure is leaked.
Created attachment 105615 [details] [review] patch for leak
2008-02-20 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Olivier Crete <tester at tester dot ca> * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found): Fix small memory leak, leaking caps. Fixes #bug 517571.