From 776e19df41fedb4f48c8ae8628652892f90d0678 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 13 Nov 2023 22:12:18 +1000 Subject: [PATCH] close file handles when we're done reading them --- mtar/OpenOS/usr/bin/mtar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mtar/OpenOS/usr/bin/mtar.lua b/mtar/OpenOS/usr/bin/mtar.lua index 9876ac0..85e5649 100644 --- a/mtar/OpenOS/usr/bin/mtar.lua +++ b/mtar/OpenOS/usr/bin/mtar.lua @@ -133,6 +133,7 @@ elseif opts.c then break end end + inputf:close() vp(c) else vp("failed to open.")