diff options
author | 2009-02-17 22:36:50 -0500 | |
---|---|---|
committer | 2009-02-17 22:36:50 -0500 | |
commit | 063f7daabdede4932d977b3e539f067b1775c6ec (patch) | |
tree | 128e6787d23fb3db1e602abfb501f2e6169ef0c0 /core | |
parent | 46ea855b4f819b9fae487233f24ef917fd03e2f8 (diff) | |
download | textadept-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.lua | 1 |
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 --- |