Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / ntoskrnl / mm / freelist.c
index 9b42038..0ff5297 100644 (file)
@@ -553,7 +553,7 @@ MmDereferencePage(PFN_NUMBER Pfn)
 
         /* It's not a ROS PFN anymore */
         Page->u4.AweAllocation = FALSE;
-        ExFreePool(MI_GET_ROS_DATA(Page));
+        ExFreePoolWithTag(MI_GET_ROS_DATA(Page), 'RsPf');
         Page->RosMmData = 0;
 
         /* Bring it back into the free list */