Clean up and inline comments

This commit is contained in:
Michael Tryby
2019-04-10 10:57:55 -04:00
parent ea02e1736e
commit f9dd9bc766
3 changed files with 11 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ BOOST_FIXTURE_TEST_CASE(test_head_list, FixtureStrings) {
BOOST_CHECK(check_string(*(char **)temp, "David"));
BOOST_CHECK(size_list(list) == 4);
// To free a node, free both the data and reference to data
free_string(temp);
free(temp);
}