From bfda26f1b8541224130c75656ec3394df63828e5 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 6 Jun 2012 11:46:38 +0200 Subject: [PATCH] mountmgr.sys: Don't try to close the dbus connection. (cherry picked from commit 6157f4a9f4fc15c313500302c153e3f455ceb8bb) --- dlls/mountmgr.sys/dbus.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/mountmgr.sys/dbus.c b/dlls/mountmgr.sys/dbus.c index ab7d9127330..608efd01d52 100644 --- a/dlls/mountmgr.sys/dbus.c +++ b/dlls/mountmgr.sys/dbus.c @@ -50,7 +50,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(mountmgr); DO_FUNC(dbus_bus_get); \ DO_FUNC(dbus_bus_remove_match); \ DO_FUNC(dbus_connection_add_filter); \ - DO_FUNC(dbus_connection_close); \ DO_FUNC(dbus_connection_read_write_dispatch); \ DO_FUNC(dbus_connection_remove_filter); \ DO_FUNC(dbus_connection_send_with_reply_and_block); \ @@ -526,7 +525,6 @@ static DWORD WINAPI dbus_thread( void *arg ) #ifdef SONAME_LIBHAL if (!hal_enumerate_devices()) { - p_dbus_connection_close( connection ); p_dbus_error_free( &error ); return 1; } @@ -544,7 +542,6 @@ static DWORD WINAPI dbus_thread( void *arg ) } __ENDTRY; - p_dbus_connection_close( connection ); return 0; } -- 2.11.4.GIT