[WS2_32]
authorPierre Schweitzer <pierre@reactos.org>
Sun, 17 May 2015 10:07:00 +0000 (10:07 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 17 May 2015 10:07:00 +0000 (10:07 +0000)
RtlFreeHeap -> FreeHeap

svn path=/trunk/; revision=67803

reactos/dll/win32/ws2_32/misc/catalog.c

index 987dc56..d39c7fa 100644 (file)
@@ -68,7 +68,7 @@ CreateCatalogEntry(LPWSTR LibraryName)
 
     if (!RtlCreateUnicodeString(&Provider->LibraryName, LibraryName))
     {
-        RtlFreeHeap(GlobalHeap, 0, Provider);
+        HeapFree(GlobalHeap, 0, Provider);
         return NULL;
     }