]> git.draconx.ca Git - cdecl99.git/commit
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)
commit93f0fff49d45d0cb36d7f7d9109c4fb56e6ebeab
tree2d618ae2d312afd2953552fb8b3f2c7679c06b3f
parent83fa7018cb10ccff445c18f24cb69a82179fc5ed
Free working memory in crossparse test.

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.
t/crossparse.c