Commit b62b740d authored by Bernhard Übelacker's avatar Bernhard Übelacker Committed by Alexandre Julliard

winedbg: Call DebugActiveProcessStop when detaching.

parent cc086f09
......@@ -946,7 +946,8 @@ static BOOL tgt_process_active_close_process(struct dbg_process* pcs, BOOL kill)
ContinueDebugEvent(dbg_curr_pid, dbg_curr_tid, DBG_CONTINUE);
}
}
else
if (!kill)
{
if (!DebugActiveProcessStop(pcs->pid)) return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment