Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
The libprocess decoder can leak a Request object in cases when a client disconnects while the request is in progress. In such cases, the decoder's destructor won't delete the active Request object that it had allocated on the heap.
https://github.com/apache/mesos/blob/master/3rdparty/libprocess/src/decoder.hpp#L271