diff -r fc7b30ed2058 -r 05bc53fe583b alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmanager.cpp --- a/alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmanager.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmanager.cpp Tue Aug 31 15:35:44 2010 +0300 @@ -208,7 +208,9 @@ MAOConnectionManagerObserver& aObserver, MAOSettings& aSettings ): iObserver( aObserver ), - iSettings( aSettings ) + iSettings( aSettings ), + iConnection( NULL ), + iConnectionMonitor( NULL ) { LOG_1( _L("CAOConnectionManager::CAOConnectionManager") ); }