rtp/rtpstack/tsrc/ut_rtpstack/src/UT_CRtpStpPacket.cpp
branchRCL_3
changeset 44 0dcb073356a5
parent 43 b5e99d8877c7
equal deleted inserted replaced
43:b5e99d8877c7 44:0dcb073356a5
    73 
    73 
    74 
    74 
    75 void UT_CRtpStpPacket::SetupL(  )
    75 void UT_CRtpStpPacket::SetupL(  )
    76     {
    76     {
    77  	iRtpStpPacket = new(ELeave) CRtpStpPacket();
    77  	iRtpStpPacket = new(ELeave) CRtpStpPacket();
       
    78         
       
    79     CleanupStack::PushL(iRtpStpPacket);
    78     iRtpStpPacket->ConstructL( KMaxRtpPacketSize, 1 );
    80     iRtpStpPacket->ConstructL( KMaxRtpPacketSize, 1 );
    79 
    81     CleanupStack::Pop();
    80     }
    82     }
    81 
    83 
    82 void UT_CRtpStpPacket::Teardown(  )
    84 void UT_CRtpStpPacket::Teardown(  )
    83     {
    85     {
    84  
    86