fix: fix iop leak

Signed-off-by: yan-mingzhen <yanmingzhen1@huawei.com>
This commit is contained in:
yan-mingzhen
2024-11-29 15:02:24 +08:00
parent 8632b1b758
commit 263054bc6d
+1 -1
View File
@@ -272,7 +272,7 @@ get_command(int cf, int sALIAS)
XPtrV args, vars;
struct nesting_state old_nesting;
bool check_decl_utility;
static struct ioword *iops[NUFILE + 1];
struct ioword *iops[NUFILE + 1];
XPinit(args, 16);
XPinit(vars, 16);