mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[NTOS:MM] Finish implementation of MmSessionDelete
This commit is contained in:
parent
eac0afc6fe
commit
98882fb089
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ MmSessionDelete(IN ULONG SessionId)
|
|||
|
||||
/* Remove one reference count */
|
||||
KeEnterCriticalRegion();
|
||||
/* FIXME: Do it */
|
||||
MiDereferenceSession();
|
||||
KeLeaveCriticalRegion();
|
||||
|
||||
/* All done */
|
||||
|
|
Loading…
Reference in a new issue