Remove redundant collectgarbage() calls from scripts
Since 8112d6472e garbage is automatically collected
after running a Lua GUI script.
This commit is contained in:
@@ -61,8 +61,4 @@ function factory () return function ()
|
||||
::out::
|
||||
-- hide modal progress dialog and destroy it
|
||||
pdialog:done ();
|
||||
pdialog = nil
|
||||
vamp = nil;
|
||||
collectgarbage ()
|
||||
|
||||
end end
|
||||
|
||||
Reference in New Issue
Block a user