Zhijun Fu created ARROW-2539:
--------------------------------
Summary: [Plasma] Use unique_ptr instead of raw pointer
Key: ARROW-2539
URL: https://issues.apache.org/jira/browse/ARROW-2539
Project: Apache Arrow
Issue Type: Improvement
Components: Plasma (C++)
Reporter: Zhijun Fu
There are some places in Plasma where explicit new & delete are used,
forgetting to delete can cause memory leak. Use unique_ptr instead when
possible so that memory gets deleted automatically.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)