13
0

Cleanup Scala to MTS Lua script

This commit is contained in:
Robin Gareus 2021-02-12 14:18:27 +01:00
parent f6150a7b3a
commit 89f91324d4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -291,6 +291,10 @@ function factory () return function ()
-- hide modal progress dialog and destroy it
pdialog:done ();
tx = nil
parser = nil
collectgarbage () -- and release any references
--dump:close ()
end end