diff -r c8830336c852 -r a3e2bfb0107c wlansecuritysettings/wpasecuritysettingsui/src/WPASecuritySettingsDlg.cpp --- a/wlansecuritysettings/wpasecuritysettingsui/src/WPASecuritySettingsDlg.cpp Thu Dec 17 08:47:43 2009 +0200 +++ b/wlansecuritysettings/wpasecuritysettingsui/src/WPASecuritySettingsDlg.cpp Thu Jan 07 12:48:38 2010 +0200 @@ -720,9 +720,11 @@ CAknInformationNote* dialog = new ( ELeave ) CAknInformationNote( ETrue ); - + CleanupStack::Pop( stringLabel ); + dialog->ExecuteLD( *stringLabel ); - CleanupStack::PopAndDestroy( stringLabel ); + + delete stringLabel; } else {