Commit 69a1a691 by Carlos Martín Nieto

Plug a leak in the tests

parent 2f6f6ebc
......@@ -166,4 +166,6 @@ void test_index_filemodes__invalid(void)
entry.mode = GIT_FILEMODE_BLOB;
cl_git_pass(git_index_add(index, &entry));
git_index_free(index);
}
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