This commit is contained in:
寂静的羽夏 2022-07-09 19:21:41 +08:00
parent b787a95c7b
commit 984f776cb2
1 changed files with 1 additions and 6 deletions

View File

@ -1029,12 +1029,7 @@ inf:
HookIndex WingElfPlugin::getHookSubscribe() { return HookIndex::None; }
void WingElfPlugin::unload() {
PluginWidgetFree(dw);
PluginWidgetFree(tw);
PluginWidgetFree(menu);
// PluginWidgetFree(tbtn); The host will help us clean it,don't do it!
}
void WingElfPlugin::unload() {}
uint WingElfPlugin::pluginVersion() { return 1; }