--- a/commsfwsupport/commselements/ResponseMsg/src/ResponseMsg.cpp Mon May 03 13:39:24 2010 +0300
+++ b/commsfwsupport/commselements/ResponseMsg/src/ResponseMsg.cpp Fri May 14 14:12:43 2010 +0100
@@ -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;
}
}