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 694729 - g_object_unref (NULL)
g_object_unref (NULL)
Status: RESOLVED DUPLICATE of bug 691930
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-26 09:07 UTC by Patrick Ohly
Modified: 2013-02-26 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
check for NULL (1.10 KB, patch)
2013-02-26 09:08 UTC, Patrick Ohly
none Details | Review

Description Patrick Ohly 2013-02-26 09:07:48 UTC
When TLS support is unavailable, g_object_unref() gets called with NULL, triggering an assertion. Patch will follow.
Comment 1 Patrick Ohly 2013-02-26 09:08:57 UTC
Created attachment 237413 [details] [review]
check for NULL
Comment 2 Dan Winship 2013-02-26 09:50:37 UTC
already fixed in git

*** This bug has been marked as a duplicate of bug 691930 ***