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