Skip to content

Stop leaking memory

Before this, each allocated input string was left with no owner per each inputted newline. Now instead of kilobytes we should not leak anything.

Merge request reports