v 0.1.4
This commit is contained in:
@@ -237,7 +237,10 @@ namespace WebmrAPI.Utils
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
if (_ptr != IntPtr.Zero) CloseHandle(_ptr);
|
||||
if (_ptr != IntPtr.Zero)
|
||||
{
|
||||
try { CloseHandle(_ptr); } catch (Exception) { }
|
||||
}
|
||||
}
|
||||
|
||||
~WindowsProcess()
|
||||
|
||||
Reference in New Issue
Block a user