8000 Close eventLogSession and EventLogReader to unlock an etl file by iSazonov · Pull Request #4034 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Close eventLogSession and EventLogReader to unlock an etl file #4034

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

Merged
merged 2 commits into from
Jul 7, 2017

Conversation

iSazonov
Copy link
Collaborator
@iSazonov iSazonov commented Jun 16, 2017

Fix #3979

No tests and documentation required.

{
try
if (readerObj != null)
{
Copy link
Contributor

Choose a reason for hiding this comment

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

This test isn't necessary - new would throw an exception or return non-null.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed.

@iSazonov
Copy link
8000 Collaborator Author
iSazonov commented Jul 3, 2017

@lzybkr Could you please continue the code review?

@lzybkr lzybkr merged commit f8ae37c into PowerShell:master Jul 7, 2017
@iSazonov iSazonov deleted the winevent-lock branch July 7, 2017 06:31
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.

3 participants
0