mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[TCPIP_DRVTEST]
- Do not try to HeapFree a stack buffer. svn path=/trunk/; revision=65549
This commit is contained in:
@@ -102,6 +102,7 @@ START_TEST(InterfaceInfo)
|
||||
trace("\tIndex %lu, name %S\n", pInterfaceInfo->Adapter[i].Index, pInterfaceInfo->Adapter[i].Name);
|
||||
}
|
||||
|
||||
HeapFree(GetProcessHeap(), 0, pInterfaceInfo);
|
||||
if (pInterfaceInfo != &InterfaceInfo)
|
||||
HeapFree(GetProcessHeap(), 0, pInterfaceInfo);
|
||||
CloseHandle(FileHandle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user