mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix ...
svn path=/trunk/; revision=37107
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user