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 memory leaks #32

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

Conversation

gbrivady
Copy link
Member

@gbrivady gbrivady commented Jun 9, 2023

Goal of this PR is to implement constructors wherever needed, especially since memory allocation can be finicky: all members that are pointers have been alloctated, but not necesseraly by the class.

TODO:

  • Debug destructors
  • Check that no leak is left

@gbrivady gbrivady marked this pull request as draft June 9, 2023 19:55
@gbrivady gbrivady changed the title Gbrivady/fix memory Fix memory leaks Jun 9, 2023
@gbrivady gbrivady added bug Something isn't working Priority : High Adress asap labels Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority : High Adress asap
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant