aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-02-17 22:36:50 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-02-17 22:36:50 -0500
commit063f7daabdede4932d977b3e539f067b1775c6ec (patch)
tree128e6787d23fb3db1e602abfb501f2e6169ef0c0 /core
parent46ea855b4f819b9fae487233f24ef917fd03e2f8 (diff)
downloadtextadept-063f7daabdede4932d977b3e539f067b1775c6ec.tar.gz
textadept-063f7daabdede4932d977b3e539f067b1775c6ec.zip
Forgot to close the configuration file being read; core/ext/mime_types.lua
Diffstat (limited to 'core')
-rw-r--r--core/ext/mime_types.lua1
1 files changed, 1 insertions, 0 deletions
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
---