Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Memory allocation should be using std::unique_ptr in Agent::CachedFile class #1

Closed
MatthewPowley opened this issue Jan 25, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MatthewPowley
Copy link
Collaborator

Memory allocation/de-allocation should be managed using std::unique_ptr in the Agent::CachedFile class.

Moving away from new/delete, malloc/free makes memory management consistent and trackable by static code analyzers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants