supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplposrequestor.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplposrequestor.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplposrequestor.cpp	Tue Aug 31 15:37:04 2010 +0300
@@ -75,14 +75,16 @@
 //
 void COMASuplPOSRequestor::DestroyList()
     {
-		iTrace->Trace(_L("COMASuplPOSRequestor::DestroyList"), KTraceFileName, __LINE__); 
-		if(iOMASuplInfoRequestList)
-			{
-				delete iOMASuplInfoRequestList;
-				iOMASuplInfoRequestList = NULL;
-			
-			}
-	}
+    if(iTrace)
+        iTrace->Trace(_L("COMASuplPOSRequestor::DestroyList"), KTraceFileName, __LINE__); 
+    
+    if(iOMASuplInfoRequestList)
+        {
+        delete iOMASuplInfoRequestList;
+        iOMASuplInfoRequestList = NULL;
+
+        }
+    }
 
 // -----------------------------------------------------------------------------
 // COMASuplPOSRequestor::NewL