diff -r 7b3e49e4608a -r 72ebcbb64834 wlanutilities/wlanindicatorplugin/src/wlanindicatorplugin.cpp --- a/wlanutilities/wlanindicatorplugin/src/wlanindicatorplugin.cpp Thu Jun 24 10:49:51 2010 +0300 +++ b/wlanutilities/wlanindicatorplugin/src/wlanindicatorplugin.cpp Fri Jul 09 10:38:19 2010 +0300 @@ -96,8 +96,8 @@ Q_UNUSED(indicatorType) // Install localization - HbTranslator *translator(new HbTranslator("wlanindicatorplugin")); - + mTranslator = QSharedPointer(new HbTranslator("wlanindicatorplugin")); + OstTraceFunctionExit1(WLANINDICATORPLUGIN_CREATEINDICATOR_EXIT, this); return this; }