rtp/rtpstack/tsrc/ut_rtpstack/src/UT_CRtpPacket.cpp
branchRCL_3
changeset 20 0dcb073356a5
parent 19 b5e99d8877c7
equal deleted inserted replaced
19:b5e99d8877c7 20:0dcb073356a5
   170 void UT_CRtpPacket::Teardown(  )
   170 void UT_CRtpPacket::Teardown(  )
   171     {
   171     {
   172 	delete iPktSnd;
   172 	delete iPktSnd;
   173     delete iPktRtcpSnd;
   173     delete iPktRtcpSnd;
   174     delete iTooLongData;
   174     delete iTooLongData;
   175     
   175     }
   176 	iPktSnd = NULL;
       
   177 	iPktRtcpSnd = NULL;
       
   178 	iTooLongData = NULL;
       
   179 	
       
   180 	}
       
   181 
   176 
   182 void UT_CRtpPacket::UT_CRtpPacket_NewLL(  )
   177 void UT_CRtpPacket::UT_CRtpPacket_NewLL(  )
   183     {
   178     {
   184     EUNIT_ASSERT( ETrue );
   179     EUNIT_ASSERT( ETrue );
   185     }
   180     }