-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14952/
-----------------------------------------------------------

Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone.


Repository: mesos-git


Description
-------

See title. Make sure we don't accidentally do the following:

void func(const Shared<Foo>& foo) {...}

Foo* foo = new Foo();
func(foo);
delete foo;


Diffs
-----

  3rdparty/libprocess/include/process/shared.hpp faa11cc 

Diff: https://reviews.apache.org/r/14952/diff/


Testing
-------

make check


Thanks,

Jie Yu

Reply via email to