supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplposrequestor.cpp
branchRCL_3
changeset 21 6b6920c56e2f
parent 20 2b4ea9893b66
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplposrequestor.cpp	Tue Aug 31 15:37:04 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplposrequestor.cpp	Wed Sep 01 12:24:21 2010 +0100
@@ -75,14 +75,14 @@
 //
 void COMASuplPOSRequestor::DestroyList()
     {
-    if(iTrace)
-        iTrace->Trace(_L("COMASuplPOSRequestor::DestroyList"), KTraceFileName, __LINE__); 
-    if(iOMASuplInfoRequestList)
-        {
-        delete iOMASuplInfoRequestList;
-        iOMASuplInfoRequestList = NULL;
-        }
-    }
+		iTrace->Trace(_L("COMASuplPOSRequestor::DestroyList"), KTraceFileName, __LINE__); 
+		if(iOMASuplInfoRequestList)
+			{
+				delete iOMASuplInfoRequestList;
+				iOMASuplInfoRequestList = NULL;
+			
+			}
+	}
 
 // -----------------------------------------------------------------------------
 // COMASuplPOSRequestor::NewL