Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6157f4a9
Commit
6157f4a9
authored
Jun 06, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mountmgr.sys: Don't try to close the dbus connection.
parent
2729cc1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
dbus.c
dlls/mountmgr.sys/dbus.c
+0
-3
No files found.
dlls/mountmgr.sys/dbus.c
View file @
6157f4a9
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment