serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tstraysignaltest.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 33 50974a8b132e
--- a/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tstraysignaltest.cpp	Fri Jul 03 15:51:24 2009 +0100
+++ b/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tstraysignaltest.cpp	Thu Aug 27 07:43:07 2009 +0300
@@ -168,7 +168,7 @@
 TInt StrayTestL()
 {
 
-	
+    __UHEAP_MARK ;
 	_LIT(KTraceFile , "C:\\Trace.txt") ;
 	
 	RFile TraceFile ;
@@ -273,6 +273,7 @@
 	delete Scheduler ;
 	
 	TraceFile.Write(_L8("Scheduler  deleted\n")) ;
+    __UHEAP_MARKEND ;
 	return 0 ; // Controll never reaches here
 }