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

Memory Leak in _winconsole #495

Closed
ibookstein opened this issue Dec 30, 2015 · 1 comment · Fixed by #1136
Closed

Memory Leak in _winconsole #495

ibookstein opened this issue Dec 30, 2015 · 1 comment · Fixed by #1136
Labels
bug windows Issues pertaining to the Windows environment
Milestone

Comments

@ibookstein
Copy link

Result of call to CommandLineToArgvW should be released by LocalFree.
Should probably also check for failure of that function call (NULL is returned).

@untitaker
Copy link
Contributor

@mitsuhiko Any idea?

@fdavis fdavis added the windows Issues pertaining to the Windows environment label May 15, 2018
segevfiner added a commit to segevfiner/click that referenced this issue Oct 7, 2018
segevfiner added a commit to segevfiner/click that referenced this issue Oct 7, 2018
segevfiner added a commit to segevfiner/click that referenced this issue Oct 7, 2018
@davidism davidism added this to the 7.1 milestone Feb 23, 2020
@davidism davidism removed the ready label Feb 23, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug windows Issues pertaining to the Windows environment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants