Skip to content

Commit 8431127

Browse files
committed
Make sure window closes on plugin exit
1 parent 5ac2b22 commit 8431127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ClawSearch/plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ bool pluginInit(PLUG_INITSTRUCT* initStruct)
4949
//Deinitialize your plugin data here (clearing menus optional).
5050
bool pluginStop()
5151
{
52+
CloseSearch();
5253
IupClose();
5354

5455
_plugin_menuclear(hMenu);

0 commit comments

Comments
 (0)