harvester/common/src/harvestercenreputil.cpp
changeset 43 c5e73110f733
parent 40 910a23996aa0
child 60 79f826a55db2
--- a/harvester/common/src/harvestercenreputil.cpp	Fri Jul 23 10:03:59 2010 +0300
+++ b/harvester/common/src/harvestercenreputil.cpp	Fri Aug 06 09:56:02 2010 +0300
@@ -198,7 +198,9 @@
 	        continue;
 	        }
 		HBufC* pathBuf = path.AllocL();
+		CleanupStack::PushL( pathBuf );
 		aPaths.AppendL( pathBuf );
+		CleanupStack::Pop( pathBuf );
 		}
 
 	CleanupStack::PopAndDestroy( &scanPathKeys );