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 685208 - missing g_return_if_fail
missing g_return_if_fail
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gapplication
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-10-01 12:43 UTC by Christian Persch
Modified: 2012-10-15 23:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2012-10-01 12:43:21 UTC
g_application_hold/release is missing the usual g_return_if_fail(G_IS_APPLICATION(application)) check.