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

gh-123290: fix some leaks in curses module #123291

Closed
wants to merge 2 commits into from

Conversation

picnixz
Copy link
Contributor

@picnixz picnixz commented Aug 24, 2024

There are still leaks when importing the module. I think it's because of the structure it is being constructed and the fact that there are global objects a bit everywhere. I decided not to change the way the module is initialized but I at least wanted to have something where error checks branches do not leak resources.

@picnixz picnixz requested a review from Yhg1s August 28, 2024 16:53
@picnixz
Copy link
Contributor Author

picnixz commented Aug 28, 2024

(Requesting a review from the curses expert; since you're also the RM, you can take your time)

@picnixz
Copy link
Contributor Author

picnixz commented Sep 3, 2024

Closing in favor of #123630.

@picnixz picnixz closed this Sep 3, 2024
@picnixz picnixz deleted the fix-refleak-curses branch September 3, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant