-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: c++ api, libprocess
-
Labels:
-
Flags:Patch
I had found a few places where these Promise objects were leaking. Once the Future was returned there was no way to free the memory for the Promise object that had been allocated thus causing the leak.
https://reviews.apache.org/r/51068/
https://github.com/apache/mesos/pull/157
- links to