diff -r b5e99d8877c7 -r 0dcb073356a5 rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSRTPCryptoHandlerSRTP.cpp --- a/rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSRTPCryptoHandlerSRTP.cpp Tue Aug 31 15:32:57 2010 +0300 +++ b/rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSRTPCryptoHandlerSRTP.cpp Wed Sep 01 12:27:36 2010 +0100 @@ -221,26 +221,14 @@ delete iTestPayload160Bits; delete iTestMKI128Bits; delete iTestAuthTag80Bits; - - iDecryptedPayload = NULL; - iTestPayload160Bits = NULL; - iTestMKI128Bits = NULL; - iTestAuthTag80Bits = NULL; delete iStreamIn; delete iSRTPSession; - - iStreamIn = NULL; - iSRTPSession = NULL; delete iRFC3711_SessionEncrKey128bits; delete iRFC3711_SessionSaltKey128bits; delete iRFC3711_SessionAuthKey128bits; - - iRFC3711_SessionEncrKey128bits = NULL; - iRFC3711_SessionSaltKey128bits = NULL; - iRFC3711_SessionAuthKey128bits = NULL; } @@ -440,7 +428,7 @@ -void UT_CSRTPCryptoHandlerSRTP::UT_DeriveSessionKeysL_OneL( ) +void UT_CSRTPCryptoHandlerSRTP::UT_DeriveSessionKeysL_1L( ) { //Create the packet firest TInt authTagLenInBytes = iContext->CryptoParams().iSrtpAuthTagLen/8; @@ -1640,7 +1628,7 @@ "CSRTPCryptoHandlerSRTP", "DeriveSessionKeysL", "FUNCTIONALITY", - SetupL, UT_DeriveSessionKeysL_OneL, Teardown) + SetupL, UT_DeriveSessionKeysL_1L, Teardown) EUNIT_TEST( "UpdateROC - 1 ",