mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[IPHLPAPI] Fix memory leak in getNumRoutes. CORE-14353
This commit is contained in:
parent
4487284c17
commit
182a31074f
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ DWORD getNumRoutes(void)
|
|||
|
||||
TRACE("numRoutes: %d\n", (int)numRoutes);
|
||||
|
||||
tdiFreeThingSet( entitySet );
|
||||
closeTcpFile( tcpFile );
|
||||
|
||||
return numRoutes;
|
||||
|
|
Loading…
Reference in a new issue