mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
winedbg: Detach from the debuggee before exiting.
This commit is contained in:
parent
ca31d8ad1c
commit
6d1f931615
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ int main(int argc, char** argv)
|
|||
parser_handle(hFile);
|
||||
|
||||
while (dbg_process_list)
|
||||
dbg_process_list->process_io->close_process(dbg_process_list, TRUE);
|
||||
dbg_process_list->process_io->close_process(dbg_process_list, FALSE);
|
||||
|
||||
dbg_save_internal_vars();
|
||||
|
||||
|
|
Loading…
Reference in a new issue