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 752040 - gst-play: fix memory leak
gst-play: fix memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-06 23:52 UTC by Vineeth
Modified: 2015-08-16 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix memory leak (1.20 KB, patch)
2015-07-06 23:53 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-06 23:52:58 UTC
In gst-play, for GST_MESSAGE_ELEMENT bus message,
event is being allocated through
gst_navigation_message_parse_event, but not freed.
Comment 1 Vineeth 2015-07-06 23:53:55 UTC
Created attachment 306964 [details] [review]
fix memory leak
Comment 2 Tim-Philipp Müller 2015-07-07 08:27:01 UTC
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