gst-play: fix memory leak
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 6 Jul 2015 23:53:09 +0000 (08:53 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 7 Jul 2015 08:26:03 +0000 (09:26 +0100)
commit9efa9dfcc86889212712090d97b54c7364134d91
tree0f3bb31fb85ea2e4c768067db087e165570a5ca0
parent923d72d3992eec19f56f9fcf723315e9c5ea2887
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
tools/gst-play.c