Fix leaked local variable

master
Wuzzy 2015-02-08 00:39:15 +01:00
parent 29d140c6e4
commit 76e980691c
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ function ltool.tab_edit(fields)
fields = ltool.default_edit_fields
end
local s = function(input)
local ret
if(input==nil) then
ret = ""
else