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

Closing opened handles to avoid resource leak. #51950

Merged
merged 1 commit into from
May 25, 2021

Conversation

Sundow
Copy link
Contributor

@Sundow Sundow commented Apr 27, 2021

SymReader::InitializeFromFile opens file handles which were not closed causing resource leaks on each call.

Fix #50422

SymReader::InitializeFromFile opens file handles which were not closed causing resource leaks on each call.

Fix dotnet#50422
@ghost
Copy link

ghost commented Apr 27, 2021

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

Issue Details

SymReader::InitializeFromFile opens file handles which were not closed causing resource leaks on each call.

Fix #50422

Author: Sundow
Assignees: -
Labels:

area-Diagnostics-coreclr

Milestone: -

@tommcdon tommcdon requested a review from mikem8361 May 21, 2021 04:44
@tommcdon
Copy link
Member

@mikem8361 PTAL

@Sundow
Copy link
Contributor Author

Sundow commented May 25, 2021

Is there anything left to do for me after this pull request is approved? Or just waiting for someone with write access to merge?

@mikem8361 mikem8361 merged commit c90debb into dotnet:main May 25, 2021
@Sundow Sundow deleted the issue-50422 branch May 26, 2021 07:31
@ghost ghost locked as resolved and limited conversation to collaborators Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SymReader::InitializeFromFile opens a few handles but never closes them
3 participants