Fix invalid unref after getting callable container
commit0d2e797812ab4e1a745ef97559104691dbb6b824
authorSimon Feltman <sfeltman@src.gnome.org>
Fri, 15 Aug 2014 01:33:06 +0000 (14 18:33 -0700)
committerSimon Feltman <sfeltman@src.gnome.org>
Fri, 15 Aug 2014 04:59:41 +0000 (14 21:59 -0700)
treee02d835bdba0fd3bef2e1ce25b4058d7403fd405
parent654c28faffc8d956bd31987adca092fa014cc897
Fix invalid unref after getting callable container

Don't unref the results of g_base_info_get_container() because it is
transfer-none. This was causing an attempted unref on an invalid object
when setting up callback caches for signals.

https://bugzilla.gnome.org/show_bug.cgi?id=727004
gi/pygi-cache.c