networkcontrol/ipnetworklayer/src/ipprotodeftscpr.cpp
changeset 61 2fc972553898
parent 55 5eca823bbf17
equal deleted inserted replaced
56:ea8d11a88e23 61:2fc972553898
   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;