mirror of https://github.com/x64dbg/GleeBug
another small fix (use _curProcess when possible)
This commit is contained in:
parent
6ddcb2d798
commit
41b7d7f342
|
|
@ -51,7 +51,7 @@ namespace GleeBug
|
|||
cbExitThreadEvent(exitThread);
|
||||
|
||||
//thread housekeeping
|
||||
_processes[_debugEvent.dwProcessId].threads.erase(_debugEvent.dwThreadId);
|
||||
_curProcess->threads.erase(_debugEvent.dwThreadId);
|
||||
}
|
||||
|
||||
void Debugger::loadDllEvent(const LOAD_DLL_DEBUG_INFO & loadDll)
|
||||
|
|
|
|||
Loading…
Reference in New Issue