- Fix ...

svn path=/trunk/; revision=37107
This commit is contained in:
Johannes Anderwald 2008-10-30 20:12:09 +00:00
parent 3575fd66a9
commit f71490ce76

View file

@ -244,6 +244,6 @@ PIPHLP_RES_INFO getResInfo() {
VOID disposeResInfo( PIPHLP_RES_INFO InfoPtr ) VOID disposeResInfo( PIPHLP_RES_INFO InfoPtr )
{ {
RtlFreeHeap( GetProcessHeap(), 0, InfoPtr );
HeapFree(GetProcessHeap(), 0, InfoPtr->DnsList); HeapFree(GetProcessHeap(), 0, InfoPtr->DnsList);
RtlFreeHeap( GetProcessHeap(), 0, InfoPtr );
} }