aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index 9a183a5d41..dc8916b885 100644
--- a/gc.c
+++ b/gc.c
@@ -1428,6 +1428,7 @@ static void
free_m_table(st_table *tbl)
{
st_foreach(tbl, free_method_entry_i, 0);
+ st_free_table(tbl);
}
void