[jira] [Commented] (MESOS-2412) Potential memleak(s) in stout/os.hpp

2015-03-02 Thread Till Toenshoff (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14343054#comment-14343054 ] Till Toenshoff commented on MESOS-2412: --- commit

[jira] [Commented] (MESOS-2412) Potential memleak(s) in stout/os.hpp

2015-02-26 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14338796#comment-14338796 ] Dominic Hamon commented on MESOS-2412: -- https://reviews.apache.org/r/31489/

[jira] [Commented] (MESOS-2412) Potential memleak(s) in stout/os.hpp

2015-02-26 Thread Joerg Schad (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14339165#comment-14339165 ] Joerg Schad commented on MESOS-2412: Simply introducing the delete[] statements. See

[jira] [Commented] (MESOS-2412) Potential memleak(s) in stout/os.hpp

2015-02-26 Thread Alexander Rojas (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14339185#comment-14339185 ] Alexander Rojas commented on MESOS-2412: I think we rather go with [~dhamon]

[jira] [Commented] (MESOS-2412) Potential memleak(s) in stout/os.hpp

2015-02-26 Thread Joerg Schad (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14339199#comment-14339199 ] Joerg Schad commented on MESOS-2412: I agree that removing raw pointers is the safer

[jira] [Commented] (MESOS-2412) Potential memleak(s) in stout/os.hpp

2015-02-26 Thread Alexander Rojas (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14338166#comment-14338166 ] Alexander Rojas commented on MESOS-2412: This is the kind of cases why raw