Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Later
-
M2.1, M3, M4, 0.5, 0.6, 0.7, 0.8, 0.9
-
None
Description
The QueueEntrytImpl currently maintains its reference to the message object even after it is deleted. As a result, if the QE is held onto for any reason then the GarbageCollector is unable to reclaim the memory from the now unused message object.