mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[WS2_32]
RtlFreeHeap -> FreeHeap svn path=/trunk/; revision=67803
This commit is contained in:
parent
8f143b24e3
commit
266e481f4c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ CreateCatalogEntry(LPWSTR LibraryName)
|
||||||
|
|
||||||
if (!RtlCreateUnicodeString(&Provider->LibraryName, LibraryName))
|
if (!RtlCreateUnicodeString(&Provider->LibraryName, LibraryName))
|
||||||
{
|
{
|
||||||
RtlFreeHeap(GlobalHeap, 0, Provider);
|
HeapFree(GlobalHeap, 0, Provider);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue