smsprotocols/smsstack/wapprot/Src/wappstor.cpp
branchRCL_3
changeset 9 2492a6e4aed7
parent 5 7ef16719d8cb
child 19 630d2f34d719
--- a/smsprotocols/smsstack/wapprot/Src/wappstor.cpp	Wed Apr 14 17:11:46 2010 +0300
+++ b/smsprotocols/smsstack/wapprot/Src/wappstor.cpp	Tue Apr 27 17:51:07 2010 +0300
@@ -50,6 +50,7 @@
         (ELeave) CArrayPtrFlat<CWapDatagram::TSegmentData> (8);
 
     CleanupStack::PushL(segmentArray);
+	// coverity[double_push]
     CleanupResetAndDestroyPushL(*segmentArray);
     
     TBool isComplete = aDatagram.IsComplete();
@@ -205,6 +206,7 @@
     // here we need to push 'segmentArray' pointer to the cleanup stack, since it's a heap allocation (pointer must be deleted)
     // CleanupResetAndDestroyPushL() just trigers ResetAndDestroy() to be called on CleanupStack::PopAndDestroy()     
     CleanupStack::PushL(segmentArray);
+	// coverity[double_push]
     CleanupResetAndDestroyPushL(*segmentArray);
 
     // defect fix for EDNJJUN-4WYJGP