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

Destructor fixes #194

Merged
merged 4 commits into from
Sep 1, 2021
Merged

Destructor fixes #194

merged 4 commits into from
Sep 1, 2021

Conversation

pktiuk
Copy link
Member

@pktiuk pktiuk commented Sep 1, 2021

There are many problems with destructors and deleting objects introduced during attempts of removing leaks.
Some objects are deleted multiple times, or deleted in wrong threads etc.

This PR tackles some issues from #133

@pktiuk pktiuk merged commit ad2ddd8 into master Sep 1, 2021
@pktiuk pktiuk deleted the fix_destructors branch September 1, 2021 08:41
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.

1 participant