summaryrefslogtreecommitdiff
path: root/test/dbus-client-server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/dbus-client-server.cpp')
-rw-r--r--test/dbus-client-server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dbus-client-server.cpp b/test/dbus-client-server.cpp
index 6bef63dd..60fd6514 100644
--- a/test/dbus-client-server.cpp
+++ b/test/dbus-client-server.cpp
@@ -273,7 +273,7 @@ int main(int argc, char **argv)
// throw stdruntime_error("The --allow-anonymous option only makes sense when used with --server.");
// }
- loop = SyncEvo::GMainLoopCXX(g_main_loop_new (NULL, FALSE), false);
+ loop = SyncEvo::GMainLoopStealCXX(g_main_loop_new (NULL, FALSE));
if (!loop) {
throw std::runtime_error("could not allocate main loop");
}