when closing the lua console - clear registered functions

This commit is contained in:
adelikat 2020-04-10 11:07:21 -05:00
parent 62f3214ce2
commit 0a1a2dbe7d
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ namespace BizHawk.Client.EmuHawk
public override void Close()
{
RegisteredFunctions.Clear();
FormsLibrary.DestroyAll();
_lua.Close();
_lua = new Lua();