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

fix buffer array deletion properly #105

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

snarky-snarksson
Copy link
Contributor

@snarky-snarksson snarky-snarksson commented Feb 7, 2024

Removed possible memory leak because of delete instead of delete [] operator.
#103

src/client.cc Outdated Show resolved Hide resolved
@balamurugana balamurugana changed the title fix-client-memory-dealloc changed upload buffer allocation to vector fix memory leak in allocated buffer deletion Feb 8, 2024
@balamurugana balamurugana changed the title fix memory leak in allocated buffer deletion fix buffer array deletion properly Feb 23, 2024
@balamurugana balamurugana merged commit 46d27bd into minio:main Feb 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants