Modified:
/trunk/sipXportLib/src/os/Wnt/OsNetworkWnt.cpp
=======================================
--- /trunk/sipXportLib/src/os/Wnt/OsNetworkWnt.cpp Sun Jan 24 15:11:48 2010
+++ /trunk/sipXportLib/src/os/Wnt/OsNetworkWnt.cpp Mon Feb 7 14:41:19 2011
@@ -565,6 +565,8 @@
{
OsSysLog::add(FAC_KERNEL, PRI_ERR, "Cannot determine the
best interface name, GetInterfaceInfo failed with error %d\n", dwRes);
}
+ // Free the PIP_INTERFACE_INFO structure
+ free(pIpInterfaceInfo);
}
else
{