diff options
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 3d124a2..4519ede 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -262,6 +262,10 @@ Patchage::~Patchage() delete _lash_driver; #endif delete _state_manager; + + _about_win.destroy(); + _messages_win.destroy(); + _main_win.destroy(); } |