diff options
Diffstat (limited to 'array.c')
| -rw-r--r-- | array.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2867,6 +2867,8 @@ flatten(VALUE ary, int level, int *modified) ary = rb_ary_pop(stack); } + st_free_table(memo); + return result; } |
