Commit 61ad9bcd by Patrick Steinhardt

tests: vector: fix memory leak

parent 67dd3140
......@@ -404,4 +404,6 @@ void test_core_vector__reverse(void)
for (i = 0; i < 5; i++)
cl_assert_equal_p(out2[i], git_vector_get(&v, i));
git_vector_free(&v);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment