diff -r fc7b30ed2058 -r 05bc53fe583b connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp --- a/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp Tue Aug 31 15:35:44 2010 +0300 @@ -29,7 +29,9 @@ // CConnectionInfoKey::CConnectionInfoKey( TBool aIsWLANFeatureSupported ) : TKeyArrayFix( 0, ECmpCollated ), - iIsWLANFeatureSupported( aIsWLANFeatureSupported ) + iPtr( NULL ), + iIsWLANFeatureSupported( aIsWLANFeatureSupported ), + iNameEasyWLAN( NULL ) { }