- Fix memory leaks when reading strings and binary values from the registry
[reactos.git] / reactos / drivers / network / ndis / include / miniport.h
index c2d6a4c..32aab60 100644 (file)
@@ -41,7 +41,8 @@ typedef struct _NDIS_M_DEVICE_BLOCK {
 } NDIS_M_DEVICE_BLOCK, *PNDIS_M_DEVICE_BLOCK;
 
 /* resources allocated on behalf on the miniport */
-#define MINIPORT_RESOURCE_TYPE_MEMORY 0
+#define MINIPORT_RESOURCE_TYPE_REGISTRY_DATA 0
+#define MINIPORT_RESOURCE_TYPE_MEMORY        1
 typedef struct _MINIPORT_RESOURCE {
     LIST_ENTRY     ListEntry;
     ULONG          ResourceType;