mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:55:07 -05:00
test: free memory in unit tests on exit
This commit is contained in:
@@ -755,4 +755,6 @@ test_unit(void)
|
||||
TEST_CHECK(words[1] == buf + 3);
|
||||
TEST_CHECK(strcmp(words[0], "a") == 0);
|
||||
TEST_CHECK(strcmp(words[1], "b") == 0);
|
||||
|
||||
HSH_Finalise();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user