GNOME Bugzilla – Bug 515722
[fbdev] Leaking the device property string
Last modified: 2008-02-11 13:34:40 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.
Created attachment 104905 [details] [review] fbdevsink.diff
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.