Frédéric Delanoy <[email protected]> writes:

> @@ -1520,8 +1521,8 @@ DWORD WINAPI GetIpAddrTable(PMIB_IPADDRTABLE 
> pIpAddrTable, PULONG pdwSize, BOOL
>             sizeof(MIB_IPADDRROW), IpAddrTableSorter);
>          ret = NO_ERROR;
>        }
> -      HeapFree(GetProcessHeap(), 0, table);
>      }
> +    HeapFree(GetProcessHeap(), 0, table);
>    }

That's not the correct fix.

-- 
Alexandre Julliard
[email protected]


Reply via email to