GNOME Bugzilla – Bug 654446
GUPnPRootDevice:constructed should not return NULL on error
Last modified: 2016-10-15 20:23:09 UTC
because: a) It leaks the half-constructed object on error b) Most code out there assumes g_object_new never returns NULL. Most likely it should be GInitable as well.
Created attachment 192904 [details] [review] Make GUPnPRootDevice implement GInitable
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.