]> git.draconx.ca Git - cdecl99.git/commitdiff
Free working memory in crossparse test.
authorNick Bowler <nbowler@draconx.ca>
Sun, 23 Jul 2023 17:15:16 +0000 (13:15 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 23 Jul 2023 17:15:16 +0000 (13:15 -0400)
When reading from a file, the getline buffer is not explicitly freed by
the test application, which shows up as leaked memory in memory debugging
tools.  Let's fix that so we don't mistake that for an actual leak in
the library.


No differences found