----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45996/#review128956 -----------------------------------------------------------
Fix it, then Ship it! 3rdparty/libprocess/src/process.cpp (lines 489 - 490) <https://reviews.apache.org/r/45996/#comment192409> This is now effectively managed by the `ProcessManager`, so you could bring it into the `ProcessManager` 's scope (which would still be global). - Joseph Wu On April 10, 2016, 6:41 p.m., Neil Conway wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45996/ > ----------------------------------------------------------- > > (Updated April 10, 2016, 6:41 p.m.) > > > Review request for mesos and Joris Van Remoortere. > > > Bugs: MESOS-5144 > https://issues.apache.org/jira/browse/MESOS-5144 > > > Repository: mesos > > > Description > ------- > > Fixed memory leak of `gc` in `finalize()` in libprocess. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/gc.hpp > 799468ebe49f2a49d325f40ffd8acea727abf74c > 3rdparty/libprocess/src/process.cpp > 5e9dcfdc52f3a8223bc43af149b8e1f5dbdf5b0a > > Diff: https://reviews.apache.org/r/45996/diff/ > > > Testing > ------- > > > Thanks, > > Neil Conway > >
