Remove redundant collectgarbage() calls from scripts
Since 8112d6472e garbage is automatically collected
after running a Lua GUI script.
This commit is contained in:
@@ -20,7 +20,6 @@ function factory () return function ()
|
||||
end
|
||||
ArdourUI.mixer_screenshot (rv['file'])
|
||||
end
|
||||
collectgarbage ()
|
||||
end end
|
||||
|
||||
function icon (params) return function (ctx, width, height, fg)
|
||||
|
||||
Reference in New Issue
Block a user