GNOME Bugzilla – Bug 752040
gst-play: fix memory leak
Last modified: 2015-08-16 13:37:47 UTC
In gst-play, for GST_MESSAGE_ELEMENT bus message, event is being allocated through gst_navigation_message_parse_event, but not freed.
Created attachment 306964 [details] [review] fix memory leak
Pushed, thanks: commit 9efa9dfcc86889212712090d97b54c7364134d91 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Tue Jul 7 08:53:09 2015 +0900 gst-play: fix memory leak In gst-play, for GST_MESSAGE_ELEMENT bus message, event is being allocated through gst_navigation_message_parse_event, but not freed. https://bugzilla.gnome.org/show_bug.cgi?id=752040