installationservices/swi/source/swis/server/sidcache.cpp
branchRCL_3
changeset 17 741e5bba2bd1
parent 0 ba25891c3a9e
child 25 7333d7932ef7
--- a/installationservices/swi/source/swis/server/sidcache.cpp	Tue Apr 27 16:46:15 2010 +0300
+++ b/installationservices/swi/source/swis/server/sidcache.cpp	Tue May 11 16:20:28 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -170,7 +170,7 @@
 		{								
 		// Count() will increase if a subdirectory is encountered so don't 'optimise'
 		// the loop invariant !				
-
+		CleanupResetAndDestroyPushL(aSearchDirs);
 		for (TInt i = 0; i < aSearchDirs.Count(); ++i) 
 			{
 			CDir* entries(0);
@@ -197,6 +197,7 @@
 				}
 			CleanupStack::PopAndDestroy(subDirs);
 			}
+		CleanupStack::Pop(&aSearchDirs);
 		}
 		
 	void CSidCache::ScanFileSystemL(RFs& aFs)