Re-initializing libgalago causes things to fail, namely, the re-initialization. The following code fails: galago_init("foo", FALSE); galago_unit(); galago_init("foo", FALSE); This fails in the check-libgalago unit tests.
Fixed by unref'ing the connection after disconnecting. I'm pretty sure I used to do this, but it changed at some point. I don't know why... Will have to keep this in mind.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.