Skip to content

Commit

Permalink
No more closing handles
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicoala committed Apr 3, 2021
1 parent c1c3fb9 commit 83abcb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Unlocker/src/DLLMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ void checkLoadedDlls()
return;
}

CloseHandle(handle);
// Don't need to dispose it, actually
// CloseHandle(handle);
}

PVOID cookie = NULL;
Expand Down

0 comments on commit 83abcb6

Please sign in to comment.