Skip to content

Commit 933934b

Browse files
committed
[htmlify] release a bit of memory when we can
1 parent 46abb31 commit 933934b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htmlify.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ ($out_dir = 'html', Bool :$debug)
9292
say "Writing per-routine files...";
9393
for %routines.kv -> $name, @chunks {
9494
write-routine-file(:$out_dir, :$name, :@chunks);
95+
%routines.delete($name);
9596
}
9697
say "done writing per-routine files";
9798
# TODO: write top-level disambiguation files

0 commit comments

Comments
 (0)