awful.prompt: close file after reading

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-02 13:39:52 +02:00
parent f24f652962
commit 40d821354a
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ local function history_check_load(id, max)
break break
end end
end end
f:close()
end end
end end
end end