]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Avoid memory leaks on running check_shell_service_success_auto_start on Windows
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 26 Nov 2018 11:09:48 +0000 (12:09 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 5 Dec 2018 14:58:48 +0000 (15:58 +0100)
bus/dispatch.c

index 1373ed70f6dcceef74c115372d8ae2cd09795dd6..414b64ab7c9df829b21c096c50e47192d6f8cfea 100644 (file)
@@ -4939,6 +4939,11 @@ bus_dispatch_test_conf (const DBusString *test_data_dir,
     _dbus_test_fatal ("shell success service auto start failed");
   _dbus_test_ok ("%s:%s - check_shell_service_success_auto_start", _DBUS_FUNCTION_NAME, filename);
 
+#ifdef DBUS_WIN_FIXME
+  _dbus_verbose("TODO: Fix memory leaks after running check_shell_service_success_auto_start\n");
+  _dbus_sleep_milliseconds (500);
+#endif
+
   _dbus_verbose ("Disconnecting foo, bar, and baz\n");
 
   kill_client_connection_unchecked (foo);