File bsc1197674.patch of Package bash.41089
---
subst.c | 2 ++
1 file changed, 2 insertions(+)
--- subst.c
+++ subst.c 2022-04-04 00:00:00.000000000 +0000
@@ -2748,6 +2748,8 @@ do_compound_assignment (name, value, fla
v = make_local_array_variable (name, 0);
if (v)
assign_compound_array_list (v, list, flags);
+ if (list)
+ dispose_words (list);
}
/* In a function but forcing assignment in global context */
else if (mkglobal && variable_context)