GNOME Bugzilla – Bug 794002
Occasionally segfauls at exit
Last modified: 2018-03-02 21:28:07 UTC
maps_contact_store_get_contacts() transfers ownership of the GList returned to the caller, while the class frees the list in _dispose(), so the list should remain the ownership of the callee.
Created attachment 369204 [details] [review] contactStore: Don't transfer ownership of contacts Don't transfer ownership of list returned by maps_contact_store_get_contacts(), as the contact store instance frees it when getting disposed.
Attachment 369204 [details] pushed as 271c2b6 - contactStore: Don't transfer ownership of contacts