After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517571 - small memory leak in gstrtpbin
small memory leak in gstrtpbin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-19 23:24 UTC by Olivier Crête
Modified: 2008-02-20 09:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for leak (503 bytes, patch)
2008-02-19 23:25 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2008-02-19 23:24:35 UTC
I'm attaching a patch that fixes a small memory leak in gstrtpbin, a ref to a caps structure is leaked.
Comment 1 Olivier Crête 2008-02-19 23:25:11 UTC
Created attachment 105615 [details] [review]
patch for leak
Comment 2 Sebastian Dröge (slomo) 2008-02-20 09:31:15 UTC
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.