Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / ntoskrnl / fsrtl / notify.c
index 3fdb49e..0fffc62 100644 (file)
@@ -424,7 +424,7 @@ FsRtlNotifyCleanup(IN PNOTIFY_SYNC NotifySync,
                 }
 
                 /* Finally, free the notification, as it's not needed anymore */
-                ExFreePool(NotifyChange);
+                ExFreePoolWithTag(NotifyChange, 'FSrN');
             }
         }
     }