networkcontrol/ipnetworklayer/src/ipprotodeftscpr.cpp
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
child 75 c1029e558ef5
equal deleted inserted replaced
57:abbed5a4b42a 58: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;