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 515979 - [efence] Doesn't chain up finalize properly
[efence] Doesn't chain up finalize properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-12 10:54 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-12 11:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
efence.diff (1.59 KB, patch)
2008-02-12 10:55 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-12 10:54:44 UTC
Hi,
the efence plugin currently does not chain up the finalize function for the buffer properly, which will yield to caps memory leaks at least.
Comment 1 Sebastian Dröge (slomo) 2008-02-12 10:55:02 UTC
Created attachment 105027 [details] [review]
efence.diff
Comment 2 Sebastian Dröge (slomo) 2008-02-12 11:12:33 UTC
2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>

	* gst/debug/efence.c: (gst_fenced_buffer_finalize),
	(gst_fenced_buffer_class_init):
	Properly chain up finalize method. Fixes bug #515979.