diff -r c5b848e6c7d1 -r bbb64eb3bdee connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp --- a/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp Thu Jun 10 16:00:16 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp Thu Jun 24 11:36:05 2010 +0300 @@ -29,7 +29,9 @@ // CConnectionInfoKey::CConnectionInfoKey( TBool aIsWLANFeatureSupported ) : TKeyArrayFix( 0, ECmpCollated ), - iIsWLANFeatureSupported( aIsWLANFeatureSupported ) + iPtr( NULL ), + iIsWLANFeatureSupported( aIsWLANFeatureSupported ), + iNameEasyWLAN( NULL ) { }