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 732593 - tests: codec-select: Plug element name memory leak
tests: codec-select: Plug element name memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal trivial
: 1.3.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-01 23:05 UTC by Sebastian Rasmussen
Modified: 2014-07-04 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (856 bytes, patch)
2014-07-01 23:05 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-07-01 23:05:07 UTC
gst_element_get_name() returns a pointer to a string that must be freed using g_free().
Comment 1 Sebastian Rasmussen 2014-07-01 23:05:57 UTC
Created attachment 279723 [details] [review]
Proposed patch.
Comment 2 Sebastian Dröge (slomo) 2014-07-02 07:11:38 UTC
commit c44a70563173b26148e0410607f015c300076c66
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Wed Jul 2 00:21:00 2014 +0200

    tests: codec-select: Plug element name memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732593