javamanager/javasettings/appmngrplugin/src/appmngr2midletruntime.cpp
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 60 6c158198356e
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
   203         = (Java::CJavaRegistryPackageEntry*)
   203         = (Java::CJavaRegistryPackageEntry*)
   204           iJavaRegistry->RegistryEntryL(uids[index]);
   204           iJavaRegistry->RegistryEntryL(uids[index]);
   205 
   205 
   206         //CleanupStack::PushL(entry);
   206         //CleanupStack::PushL(entry);
   207         // Entry ownership is taken.
   207         // Entry ownership is taken.
   208         TRAP_IGNORE(GetInstalledAppL(aApps, aFsSession, entry));
   208         GetInstalledAppL(aApps, aFsSession, entry);
   209 
   209 
   210         //CleanupStack::Pop(aEntry);
   210         //CleanupStack::Pop(aEntry);
   211     }
   211     }
   212 
   212 
   213     CleanupStack::PopAndDestroy(&uids);
   213     CleanupStack::PopAndDestroy(&uids);