Plug a leak in the tests

This commit is contained in:
Carlos Martín Nieto 2014-06-03 16:18:08 +02:00
parent 2f6f6ebc99
commit 69a1a6918c

View File

@ -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);
}