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 734778 - Object leaks in broadway_server_new() constructor
Object leaks in broadway_server_new() constructor
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Broadway
3.13.x
Other All
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-08-14 11:14 UTC by Domenico Tortorella
Modified: 2014-08-15 00:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix patch (1.36 KB, patch)
2014-08-14 11:14 UTC, Domenico Tortorella
committed Details | Review

Description Domenico Tortorella 2014-08-14 11:14:02 UTC
Created attachment 283377 [details] [review]
fix patch

Missing g_object_unref() calls before returning NULL on failures.
Comment 1 Matthias Clasen 2014-08-14 20:38:53 UTC
Review of attachment 283377 [details] [review]:

looks good, thanks