javamanager/javasettings/appmngrplugin/src/appmngr2midletruntime.cpp
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 60 6c158198356e
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   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);