Merge aicom-network-branch (without NDIS changes for now)
[reactos.git] / reactos / lib / drivers / ip / network / address.c
index 974dc71..6ddbfd9 100644 (file)
@@ -106,7 +106,7 @@ VOID IPAddressFree(
  *     Nothing
  */
 {
-    exFreePool(Object);
+    ExFreePoolWithTag(Object, IP_ADDRESS_TAG);
 }