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 515722 - [fbdev] Leaking the device property string
[fbdev] Leaking the device property string
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-11 09:39 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-11 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fbdevsink.diff (1.37 KB, patch)
2008-02-11 09:40 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-11 09:39:00 UTC
Hi,
fbdev is currently leaking the device property string. This showed up while running the states unit test in valgrind. Attached patch fixes it.
Comment 1 Sebastian Dröge (slomo) 2008-02-11 09:40:42 UTC
Created attachment 104905 [details] [review]
fbdevsink.diff
Comment 2 Sebastian Dröge (slomo) 2008-02-11 13:34:40 UTC
2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>

        * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
        (gst_fbdevsink_finalize):
        Free the device string in finalize. Fixes bug #515722.