mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOSKRNL]
Fix formatting, no code change svn path=/trunk/; revision=55931
This commit is contained in:
parent
256540b703
commit
4c30c5549a
1 changed files with 8 additions and 8 deletions
|
@ -208,15 +208,15 @@ FsRtlNotifyCleanup(IN PNOTIFY_SYNC NotifySync,
|
|||
}
|
||||
_SEH2_FINALLY
|
||||
{
|
||||
/* Release fast mutex */
|
||||
FsRtlNotifyReleaseFastMutex(RealNotifySync);
|
||||
/* Release fast mutex */
|
||||
FsRtlNotifyReleaseFastMutex(RealNotifySync);
|
||||
|
||||
/* If the subject security context was captured, release and free it */
|
||||
if (SubjectContext)
|
||||
{
|
||||
SeReleaseSubjectContext(SubjectContext);
|
||||
ExFreePool(SubjectContext);
|
||||
}
|
||||
/* If the subject security context was captured, release and free it */
|
||||
if (SubjectContext)
|
||||
{
|
||||
SeReleaseSubjectContext(SubjectContext);
|
||||
ExFreePool(SubjectContext);
|
||||
}
|
||||
}
|
||||
_SEH2_END;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue