Skip to content

Commit 8e901f6

Browse files
committed
Minor explicit cleanup before main exits
1 parent 1278370 commit 8e901f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Finestray.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ int WINAPI wWinMain(_In_ HINSTANCE hinstance, _In_opt_ HINSTANCE prevHinstance,
264264
minimizeEventHook.destroy();
265265
trayIcon_.destroy();
266266
stop();
267+
autoTrayedWindows_.clear();
268+
settingsDialogWindow_.destroy();
267269
appWindow_.destroy();
268270

269271
return 0;

0 commit comments

Comments
 (0)