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

Fixes Null Reference exception on application close #45

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

AKruimink
Copy link
Owner

What does the pull request do?

Fixes an issue where when closing the application right when the RefreshActiveWindows is triggered, could cause it to throw just before the process has fully ended.

What is the current behavior?

An exception might be thrown just before the application closes.

What is the updated/expected behavior with this PR?

Handles the disposed application gracefully

How was the solution implemented (if it's not obvious)?

By adding a null check

Checklist

  • Added unit tests (if possible)?
  • Added XML documentation to any related classes?

Breaking changes

N/A

Fixed issues

N/A

…we try to update the list of active applications
@AKruimink AKruimink merged commit 5d5bb52 into develop Sep 6, 2024
2 checks passed
@AKruimink AKruimink deleted the fix-disposed-application-exception branch September 6, 2024 01:16
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.

1 participant