mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
removed SymCleanup exception throwing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1530 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -77,8 +77,7 @@ namespace ProcessHacker.Native.Symbols
|
||||
|
||||
try
|
||||
{
|
||||
if (!Win32.SymCleanup(_handle))
|
||||
Win32.ThrowLastError();
|
||||
Win32.SymCleanup(_handle);
|
||||
|
||||
// If we didn't use a process handle, we got it from the ID generator.
|
||||
if (_processHandle == null)
|
||||
|
||||
Reference in New Issue
Block a user