messagingfw/msgtestfw/TestActions/Base/src/CMtfTestActionSleep.cpp
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
--- a/messagingfw/msgtestfw/TestActions/Base/src/CMtfTestActionSleep.cpp	Tue Oct 05 13:50:47 2010 +0530
+++ b/messagingfw/msgtestfw/TestActions/Base/src/CMtfTestActionSleep.cpp	Tue Oct 19 11:59:06 2010 +0530
@@ -77,7 +77,7 @@
 void CMtfTestActionSleep::RunL()
 	{
 	delete iTimer;
-
+	iTimer = NULL;
 	User::LeaveIfError(iStatus.Int());
 	TestCase().ActionCompletedL(*this);
 	}