mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
e
This commit is contained in:
parent
6958b7090b
commit
97eebc652c
1 changed files with 4 additions and 0 deletions
|
@ -290,6 +290,10 @@ NTSTATUS DeviceClose(
|
|||
{
|
||||
DEBUG_LOG( "Handle closed to DonnaAC" );
|
||||
|
||||
/*
|
||||
* For now its fine, but this will need to be moved to our process load callbacks
|
||||
* since right now anyone can open a handle to our driver and then close it lol
|
||||
*/
|
||||
FreeGlobalReportQueueObjects();
|
||||
ClearProcessConfigOnProcessTermination();
|
||||
UnregisterCallbacksOnProcessTermination();
|
||||
|
|
Loading…
Reference in a new issue