Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change a few local buffers from using bare new to unique_ptr to avoid potential leak sites #405

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

prozacchiwawa
Copy link
Contributor

Change a few local buffer allocations to use unique_ptr so they'll be automatically cleaned up and use RAII to avoid hazards that might allow them to leak

… automatically cleaned up and use RAII to avoid hazards that might allow them to leak
@prozacchiwawa prozacchiwawa marked this pull request as draft December 6, 2023 19:16
Copy link

github-actions bot commented Feb 5, 2024

'This PR has been flagged as stale due to no activity for over 60
days. It will not be automatically closed, but it has been given
a stale-pr label and should be manually reviewed.'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant