Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[htmlify] release a bit of memory when we can
  • Loading branch information
moritz committed Jul 9, 2012
1 parent 46abb31 commit 933934b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htmlify.pl
Expand Up @@ -92,6 +92,7 @@ ($out_dir = 'html', Bool :$debug)
say "Writing per-routine files...";
for %routines.kv -> $name, @chunks {
write-routine-file(:$out_dir, :$name, :@chunks);
%routines.delete($name);
}
say "done writing per-routine files";
# TODO: write top-level disambiguation files
Expand Down

0 comments on commit 933934b

Please sign in to comment.