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 e99bad28a0
commit 49a9226d83
1 changed files with 1 additions and 0 deletions

View File

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