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 692203 - applicationwindow: fix mem leak
applicationwindow: fix mem leak
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-01-21 14:49 UTC by Cosimo Cecchi
Modified: 2013-01-21 23:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
applicationwindow: fix mem leak (824 bytes, patch)
2013-01-21 14:49 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2013-01-21 14:49:46 UTC
See patch
Comment 1 Cosimo Cecchi 2013-01-21 14:49:48 UTC
Created attachment 234012 [details] [review]
applicationwindow: fix mem leak

In the error path, code is leaking a ref to a GVariant.
Comment 2 Matthias Clasen 2013-01-21 23:46:53 UTC
Review of attachment 234012 [details] [review]:

good catch
Comment 3 Cosimo Cecchi 2013-01-21 23:47:55 UTC
Attachment 234012 [details] pushed as 2d820de - applicationwindow: fix mem leak