msg loop tweaks & intptr cleanup.

This commit is contained in:
soukoku
2014-09-05 06:56:57 -04:00
parent 19f65642b2
commit 669de30345
8 changed files with 26 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ namespace NTwain.Internals
{
_hook.Dispose();
_hook = null;
Handle = IntPtr.Zero;
}
}));
loopThread.IsBackground = true;