David Zeuthen c11a362cef GDBusConnection: Use correct GMainContext when invoking free functions
Without this fix, the ./gdbus-connection test case occasionally fails, see

 https://bugzilla.gnome.org/show_bug.cgi?id=629945#c5

like this

 /gdbus/connection/basic: OK
 /gdbus/connection/life-cycle: **
ERROR:gdbus-connection.c:223:test_connection_life_cycle: assertion failed:
(!quit_mainloop_fired)
 cleaning up bus with pid 21794
 Aborted (core dumped)

because the callback didn't happen on the same thread as where we are
running the loop.

Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-09-24 14:48:33 -04:00
..
2010-07-05 00:56:12 -04:00
2010-07-30 19:51:20 -04:00
2010-07-05 03:09:36 -04:00
2010-09-03 16:00:15 -04:00
2010-04-17 01:48:05 -04:00
2010-06-09 10:32:36 +02:00
2010-09-03 15:56:23 -04:00
2010-09-24 14:48:33 -04:00
2010-05-10 08:07:28 -04:00
2010-08-06 13:05:18 -04:00
2010-07-09 07:24:08 -04:00
2010-04-17 01:48:05 -04:00
2010-09-03 15:44:28 -04:00
2010-08-03 10:41:21 -04:00