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: call delete instead of free #7

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

jkuck
Copy link
Contributor

@jkuck jkuck commented Jun 3, 2022

Call delete instead of free for memory that was allocated
using new.

Call `delete` instead of `free` for memory that was allocated
using `new`.
@jkuck jkuck mentioned this pull request Jun 3, 2022
@alandefreitas alandefreitas merged commit 32c68de into alandefreitas:master Jun 3, 2022
@alandefreitas
Copy link
Owner

Thanks, @jkuck!

Pareto / Linux/Static/X64/Release (pull_request) failed because the environment doesn't have GCC8 anymore. So just a trivial error to be fixed later. I check it locally on GCC and it looks fine.

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