Skip to content

Commit

Permalink
Make sure window closes on plugin exit
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed Aug 22, 2020
1 parent 5ac2b22 commit 8431127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClawSearch/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ bool pluginInit(PLUG_INITSTRUCT* initStruct)
//Deinitialize your plugin data here (clearing menus optional).
bool pluginStop()
{
CloseSearch();
IupClose();

_plugin_menuclear(hMenu);
Expand Down

0 comments on commit 8431127

Please sign in to comment.