DBG+LAUNCHER: fix exception handling in GetPeArch.h
Thanks to digitalboy for the report!
This commit is contained in:
parent
8671ff2e57
commit
d121cd9dc2
|
|
@ -92,7 +92,7 @@ static PeArch GetPeArch(const wchar_t* szFileName)
|
|||
}
|
||||
}
|
||||
}
|
||||
__except(EXCEPTION_ACCESS_VIOLATION)
|
||||
__except(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
}
|
||||
UnmapViewOfFile(fileMap);
|
||||
|
|
|
|||
Loading…
Reference in New Issue