networkcontrol/ipnetworklayer/src/IPProtoSCPR.cpp
branchRCL_3
changeset 21 abbed5a4b42a
parent 20 7e41d162e158
child 22 8d540f55e491
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
   158     }
   158     }
   159 
   159 
   160 CIPProtoSubConnectionProvider::~CIPProtoSubConnectionProvider()
   160 CIPProtoSubConnectionProvider::~CIPProtoSubConnectionProvider()
   161     {
   161     {
   162 	if (iControl)
   162 	if (iControl)
   163 		iControl->AsyncDelete();
   163 		delete iControl;
   164 	if (iNotify)
   164 	if (iNotify)
   165 		delete iNotify;
   165 		delete iNotify;
   166 
   166 
   167     LOG_NODE_DESTROY(KIPProtoSCPRTag, CIPProtoSubConnectionProvider);
   167     LOG_NODE_DESTROY(KIPProtoSCPRTag, CIPProtoSubConnectionProvider);
   168     }
   168     }