networkcontrol/ipnetworklayer/src/ipprotodeftscpr.cpp
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
   200            delete iNotify;
   200            delete iNotify;
   201            iNotify = NULL;
   201            iNotify = NULL;
   202            }
   202            }
   203        }
   203        }
   204 	if (iControl)
   204 	if (iControl)
   205 		delete iControl;
   205 		iControl->AsyncDelete();
       
   206 	
   206 	//incase registration is successful and Network is configured. 
   207 	//incase registration is successful and Network is configured. 
   207 	if (iNotify)
   208 	if (iNotify)
   208 	    {
   209 	    {
   209 		delete iNotify;
   210 		delete iNotify;
   210 		iNotify = NULL;
   211 		iNotify = NULL;