We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256540b commit 4c30c55Copy full SHA for 4c30c55
reactos/ntoskrnl/fsrtl/notify.c
@@ -208,15 +208,15 @@ FsRtlNotifyCleanup(IN PNOTIFY_SYNC NotifySync,
208
}
209
_SEH2_FINALLY
210
{
211
- /* Release fast mutex */
212
- FsRtlNotifyReleaseFastMutex(RealNotifySync);
+ /* Release fast mutex */
+ FsRtlNotifyReleaseFastMutex(RealNotifySync);
213
214
- /* If the subject security context was captured, release and free it */
215
- if (SubjectContext)
216
- {
217
- SeReleaseSubjectContext(SubjectContext);
218
- ExFreePool(SubjectContext);
219
- }
+ /* If the subject security context was captured, release and free it */
+ if (SubjectContext)
+ {
+ SeReleaseSubjectContext(SubjectContext);
+ ExFreePool(SubjectContext);
+ }
220
221
_SEH2_END;
222
0 commit comments