networkcontrol/ipnetworklayer/src/ipprotodeftscpr.cpp
changeset 69 955592283707
parent 60 d69860d28da4
equal deleted inserted replaced
66:34ec136802c5 69:955592283707
   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 	//incase registration is successful and Network is configured. 
   206 	//incase registration is successful and Network is configured. 
   207 	if (iNotify)
   207 	if (iNotify)
   208 	    {
   208 	    {
   209 		delete iNotify;
   209 		delete iNotify;
   210 		iNotify = NULL;
   210 		iNotify = NULL;