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

Small memory leak #20

Open
brockrob opened this issue Mar 13, 2018 · 0 comments
Open

Small memory leak #20

brockrob opened this issue Mar 13, 2018 · 0 comments

Comments

@brockrob
Copy link
Contributor

I fixed this in mine, but I'm beginning to suspect our forks are diverging.

There's a small leak in dllmain.cpp. pfAccount in the PasswordFilter function needs deleting when you're done with it. It's a struct of pointers, so if a domain controller is up long enough for those to pile up and kill something you probably have bigger issues, but still, a leak is a leak. :)

Regards,
Rob

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

No branches or pull requests

1 participant