Description
The PList implementation for the temporary store that is used by the FilePendingMessageCursor has a bug that causes the message size to not be accurate. On removal of an item from the PList, a null reference is always passed to the onRemove method by mistake. This causes the message size counter to not decrement properly.