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:
wj32
2009-07-04 11:17:54 +00:00
parent b85e34f36b
commit 68d2bec140
@@ -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)