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

System.Data.SqlClient.TdsParser contains but fails to properly own an AutoResetEvent #16386

Closed
Dmitry-Me opened this issue Feb 16, 2016 · 0 comments · Fixed by dotnet/SqlClient#232

Comments

@Dmitry-Me
Copy link
Contributor

System.Data.SqlClient.TdsParser has this member:

  internal AutoResetEvent _resetConnectionEvent = null;  // Used to serialize executes and call reset on first execute only.

AutoResetEvent is IDisposable, yet nothing is done to have Dispose() called.

@saurabh500 saurabh500 removed their assignment Mar 24, 2017
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 3.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants