summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index b1ce9e9c..3a704997 100644
--- a/lib.c
+++ b/lib.c
@@ -5653,6 +5653,7 @@ static val lazy_sub_str(val lstr, val from, val to)
lsub->ls.props = coerce(struct lazy_string_props *,
chk_copy_obj(coerce(mem_t *, lstr->ls.props),
sizeof *lstr->ls.props));
+ gc_hint(pfxcopy);
return lsub;
}
}