fix memory leak

This commit is contained in:
jlamothe 2023-11-14 18:43:06 +00:00
parent 3d01638da0
commit 580af62244

View File

@ -118,6 +118,7 @@ append_to_existing(TestState *s)
);
a2e_chk_last(s, &ld);
free(ld.state.last_log);
}
static void