mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
- Fix ...
svn path=/trunk/; revision=37107
This commit is contained in:
parent
3575fd66a9
commit
f71490ce76
1 changed files with 1 additions and 1 deletions
|
@ -244,6 +244,6 @@ PIPHLP_RES_INFO getResInfo() {
|
|||
|
||||
VOID disposeResInfo( PIPHLP_RES_INFO InfoPtr )
|
||||
{
|
||||
RtlFreeHeap( GetProcessHeap(), 0, InfoPtr );
|
||||
HeapFree(GetProcessHeap(), 0, InfoPtr->DnsList);
|
||||
RtlFreeHeap( GetProcessHeap(), 0, InfoPtr );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue