realtimenetprots/rtp/cfrtp/src/rtcpflow.cpp
changeset 55 36ea1f90a3d8
parent 0 307788aac0a8
equal deleted inserted replaced
54:e4420734a2a0 55:36ea1f90a3d8
    63 
    63 
    64 CRtcpFlow::~CRtcpFlow()
    64 CRtcpFlow::~CRtcpFlow()
    65 	{
    65 	{
    66 	iRtcpBuffer.Close();
    66 	iRtcpBuffer.Close();
    67 	iRtcpTempBuffer.Close();
    67 	iRtcpTempBuffer.Close();
       
    68 	delete iRtcpHandler;
    68 	LOG_NODE_DESTROY(KESockFlowTag, CRtcpFlow);
    69 	LOG_NODE_DESTROY(KESockFlowTag, CRtcpFlow);
    69 	LOG( ESockLogExternal::Printf(KESockFlowTag,KRtcpFlowSubTag,_L8(" ~CRtcpFlow %08x:\t "), this));
    70 	LOG( ESockLogExternal::Printf(KESockFlowTag,KRtcpFlowSubTag,_L8(" ~CRtcpFlow %08x:\t "), this));
    70 	}
    71 	}
    71 	
    72 	
    72 void CRtcpFlow::CanSend()
    73 void CRtcpFlow::CanSend()