rtp/rtpstack/tsrc/ut_rtpstack/src/UT_CRtpPacket.cpp
changeset 15 8248b03a2669
parent 0 307788aac0a8
child 44 0dcb073356a5
--- a/rtp/rtpstack/tsrc/ut_rtpstack/src/UT_CRtpPacket.cpp	Tue Feb 02 01:03:15 2010 +0200
+++ b/rtp/rtpstack/tsrc/ut_rtpstack/src/UT_CRtpPacket.cpp	Fri Apr 16 15:18:54 2010 +0300
@@ -172,7 +172,12 @@
 	delete iPktSnd;
     delete iPktRtcpSnd;
     delete iTooLongData;
-    }
+    
+	iPktSnd = NULL;
+	iPktRtcpSnd = NULL;
+	iTooLongData = NULL;
+	
+	}
 
 void UT_CRtpPacket::UT_CRtpPacket_NewLL(  )
     {