networkcontrol/ipnetworklayer/src/IPProtoSCPR.cpp
branchRCL_3
changeset 20 7e41d162e158
parent 19 3652a10b304a
child 21 abbed5a4b42a
equal deleted inserted replaced
19:3652a10b304a 20:7e41d162e158
   158     }
   158     }
   159 
   159 
   160 CIPProtoSubConnectionProvider::~CIPProtoSubConnectionProvider()
   160 CIPProtoSubConnectionProvider::~CIPProtoSubConnectionProvider()
   161     {
   161     {
   162 	if (iControl)
   162 	if (iControl)
   163 		delete iControl;
   163 		iControl->AsyncDelete();
   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     }