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

Fixed memory leak from LocalGroupIsMember function #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ms-rs
Copy link

@ms-rs ms-rs commented Aug 29, 2019

Function LocalGroupIsMember was leaking memory when handling group with 14500 members, because this function was exiting right after member was found from the group. Similar approach as used in the fix as is used on other functions.

Copy link

@genio genio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Could you please squash this down to one commit?

@genio genio requested a review from xenu December 13, 2019 15:45
@ms-rs
Copy link
Author

ms-rs commented Dec 17, 2019

Squashed, no other changes.

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