Dispose EpcUeNas within LteUeNetDevice

This commit is contained in:
Nicola Baldo
2012-11-06 11:32:51 +01:00
parent 83969274e3
commit 9d7a6988d2

View File

@@ -119,6 +119,8 @@ LteUeNetDevice::DoDispose (void)
m_rrc = 0;
m_phy->Dispose ();
m_phy = 0;
m_nas->Dispose ();
m_nas = 0;
LteNetDevice::DoDispose ();
}