Skip to content

Fix app leaving a zombie process when closed#99

Merged
Aurumaker72 merged 1 commit intomainfrom
98-app-leaves-a-zombie-process-when-closed-while-the-device-is-connected
Nov 3, 2025
Merged

Fix app leaving a zombie process when closed#99
Aurumaker72 merged 1 commit intomainfrom
98-app-leaves-a-zombie-process-when-closed-while-the-device-is-connected

Conversation

@Aurumaker72
Copy link
Collaborator

Closes #98

@Aurumaker72 Aurumaker72 requested review from Copilot and luttje November 2, 2025 19:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request adds cleanup logic to ensure that mappings are properly disarmed when the main form closes. When the form is closing and the chkArmed checkbox is checked, the code now explicitly calls DisarmMappings() to properly clean up resources.

  • Adds a check for armed state during form closing
  • Calls DisarmMappings() to ensure proper cleanup when the application exits

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Aurumaker72 Aurumaker72 merged commit c6c9cc7 into main Nov 3, 2025
7 of 8 checks passed
@Aurumaker72 Aurumaker72 deleted the 98-app-leaves-a-zombie-process-when-closed-while-the-device-is-connected branch November 3, 2025 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

App leaves a zombie process when closed while the device is connected

3 participants