diff -r 95d45f234cf3 -r cb7afde124a3 connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp --- a/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp Wed Jun 23 18:39:24 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp Tue Jul 06 14:42:41 2010 +0300 @@ -29,7 +29,9 @@ // CConnectionInfoKey::CConnectionInfoKey( TBool aIsWLANFeatureSupported ) : TKeyArrayFix( 0, ECmpCollated ), - iIsWLANFeatureSupported( aIsWLANFeatureSupported ) + iPtr( NULL ), + iIsWLANFeatureSupported( aIsWLANFeatureSupported ), + iNameEasyWLAN( NULL ) { }