mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
zero previous session info
This commit is contained in:
parent
ea2278e7b3
commit
b88109a4c4
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ SessionTerminate()
|
|||
session->um_handle = NULL;
|
||||
session->process = NULL;
|
||||
session->is_session_active = FALSE;
|
||||
|
||||
RtlZeroMemory(&session->module, sizeof(MODULE_INFORMATION));
|
||||
|
||||
SessionTerminateHeartbeat(&session->heartbeat_config);
|
||||
CryptCloseSessionCryptObjects();
|
||||
KeReleaseGuardedMutex(&session->lock);
|
||||
|
|
Loading…
Reference in a new issue