geluk / pass-winmenu

An easy-to-use password manager for Windows, compatible with pass.
MIT License
385 stars 25 forks source link

On Quit, process isn't terminated #38

Closed alexzeitgeist closed 5 years ago

alexzeitgeist commented 5 years ago

When you right-click on "Quit", you'll notice that the pass-winmenu.exe process still lingers in memory. It seems that the menu item doesn't trigger the necessary exit calls (e.g. Application.Exit(), Environment.Exit(0)).

geluk commented 5 years ago

You're right, it seems like the handler for the Quit button calls Close() instead of Exit(), which only closes the main window. It's fixed now, if there are no further bugs this week I'll make a release for it.