From 063f7daabdede4932d977b3e539f067b1775c6ec Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 17 Feb 2009 22:36:50 -0500 Subject: Forgot to close the configuration file being read; core/ext/mime_types.lua --- core/ext/mime_types.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua index 2948ade5..cb9012eb 100644 --- a/core/ext/mime_types.lua +++ b/core/ext/mime_types.lua @@ -40,6 +40,7 @@ if f then end end end + f:close() end --- -- cgit v1.2.3