mpx/commonframework/common/src/mpxpluginhandlerbase.cpp
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
--- a/mpx/commonframework/common/src/mpxpluginhandlerbase.cpp	Tue Aug 31 15:41:40 2010 +0300
+++ b/mpx/commonframework/common/src/mpxpluginhandlerbase.cpp	Wed Sep 01 12:23:05 2010 +0100
@@ -539,7 +539,7 @@
 //
 EXPORT_C const TDesC& CMPXPluginHandlerBase::PluginName(const TUid& aUid) const
     {
-    const TDesC* name;
+    const TDesC* name=&KNullDesC;
     TInt index(IndexOf(aUid));
     MPX_ASSERT(KErrNotFound!=index && index<iPluginInfoArray.Count());
     name = &iPluginInfoArray[index]->DisplayName();