-
Notifications
You must be signed in to change notification settings - Fork 595
bugfix: fix various resource leaks #6367
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine. Thanks for the patches!
Seems that there are some troubles. I'll double-check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, with a few requested changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please amend the commit message title to match the PR title so that it's
consistent with the RELNOTES.
Also, it would be nice to have the PR description in the commit itself as well:
bugfix: fix various resource leaks
Fix memory and descriptor leaks.
Fix memory and descriptor leaks. Signed-off-by: Ilya Pankratov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done; thanks for the many fixes!
Fix memory and descriptor leaks.