Feedback
Desktop App destructor is not called on quit
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- https://forum.objo.dev/d/199-app-destructor-not-called
- Last updated
- 2026-05-29
Public summary
In a desktop project, adding a Destructor() to the App class and printing from it does not produce output when the running app is quit. The destructor should run during normal app shutdown so app-level cleanup code executes predictably.