[NTOS]
[reactos.git] / reactos / ntoskrnl / ke / i386 / v86vdm.c
index aee9389..09405e8 100644 (file)
@@ -691,7 +691,7 @@ Ke386CallBios(IN ULONG Int,
     Context->ContextFlags = CONTEXT_FULL;
 
     /* Free VDM objects */
-    ExFreePool(PsGetCurrentProcess()->VdmObjects);
+    ExFreePoolWithTag(PsGetCurrentProcess()->VdmObjects, '  eK');
     PsGetCurrentProcess()->VdmObjects = NULL;
 
     /* Return status */