mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Remove redundant collectgarbage() calls from scripts
Since 8112d6472e garbage is automatically collected
after running a Lua GUI script.
This commit is contained in:
parent
f921b4790f
commit
925be49b2d
19 changed files with 2 additions and 50 deletions
|
|
@ -42,9 +42,4 @@ function factory () return function ()
|
|||
end
|
||||
|
||||
LuaDialog.Message ("All Plugins", "<span face=\"mono\">" .. rv .. "</span>", LuaDialog.MessageType.Info, LuaDialog.ButtonType.Close):run()
|
||||
|
||||
all_plugs = nil
|
||||
rv = ""
|
||||
collectgarbage ();
|
||||
|
||||
end end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue