bug 421: memory leak in csma-ping

This commit is contained in:
Mathieu Lacage
2008-11-26 04:27:10 -08:00
parent 1d6cec837e
commit f69d0dfffd

View File

@@ -149,6 +149,7 @@ void
V4Ping::StopApplication (void)
{
NS_LOG_FUNCTION (this);
m_socket->Close ();
}