another small fix (use _curProcess when possible)

This commit is contained in:
Mr. eXoDia 2015-03-28 01:33:57 +01:00
parent 6ddcb2d798
commit 41b7d7f342
1 changed files with 1 additions and 1 deletions

View File

@ -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)