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 584914 - memory leak in gst_object_set_name
memory leak in gst_object_set_name
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.23
Other Linux
: Normal trivial
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-05 11:59 UTC by Damir Srpcic
Modified: 2009-06-05 12:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Damir Srpcic 2009-06-05 11:59:29 UTC
gstobject.c:660. Code strdups name, but doesn't free the current object name.