commsfwsupport/commselements/ResponseMsg/src/ResponseMsg.cpp
changeset 40 34fc115b8742
parent 0 dfb7c4ff071f
--- a/commsfwsupport/commselements/ResponseMsg/src/ResponseMsg.cpp	Thu May 27 14:07:49 2010 +0300
+++ b/commsfwsupport/commselements/ResponseMsg/src/ResponseMsg.cpp	Fri Jun 11 14:52:21 2010 +0300
@@ -170,6 +170,10 @@
 	  		//That would usually be the fault of the client's CExtItfMsgPluginInfo.
 	  		//Depending on the state the client will be errored or panicked.
   			__DEBUGGER(); //diagnostic
+
+			// Mark the client buffer as read so that client can clean up gracefully
+			RMessage2::Write(iRequestMsgParam, KNullDesC8);
+
   			return NULL;
   			}
   		}