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 635175 - Leak in gtk_plug_realize
Leak in gtk_plug_realize
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-11-18 13:13 UTC by Guillaume Desmottes
Modified: 2010-11-18 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2010-11-18 13:13:44 UTC
attributes_mask |= (g_strdup (g_get_prgname ()) ? GDK_WA_WMCLASS : 0);

The dupped streak is leaked. Any reason to dup it actually?
Comment 1 Javier Jardón (IRC: jjardon) 2010-11-18 16:52:49 UTC
Fixed in commit 29fc179a89b9e9ab1fbb48b8d5d0873655322645

Thank you for your bug report.