From 86d2f3bd084a10f082c5df81f1d9b44effae2b5e Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Wed, 7 Nov 2012 16:38:12 +0100 Subject: [PATCH] fixed valgrind error in LteUeRrc --- src/lte/model/lte-ue-rrc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lte/model/lte-ue-rrc.cc b/src/lte/model/lte-ue-rrc.cc index b8b91c527..9e791a8a7 100644 --- a/src/lte/model/lte-ue-rrc.cc +++ b/src/lte/model/lte-ue-rrc.cc @@ -81,6 +81,7 @@ LteUeRrc::LteUeRrc () m_cmacSapProvider (0), m_macSapProvider (0), m_asSapUser (0), + m_rnti (0), m_cellId (0) { NS_LOG_FUNCTION (this);