You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Aaron Wood (JIRA)" <ji...@apache.org> on 2016/08/13 15:40:20 UTC

[jira] [Created] (MESOS-6038) Prevent memory leaks

Aaron Wood created MESOS-6038:
---------------------------------

             Summary: Prevent memory leaks
                 Key: MESOS-6038
                 URL: https://issues.apache.org/jira/browse/MESOS-6038
             Project: Mesos
          Issue Type: Bug
          Components: c++ api, libprocess
            Reporter: Aaron Wood
            Priority: Minor


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)