diff options
Diffstat (limited to 'tests/index/filemodes.c')
-rw-r--r-- | tests/index/filemodes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/index/filemodes.c b/tests/index/filemodes.c index e00b9c975..58d7935a0 100644 --- a/tests/index/filemodes.c +++ b/tests/index/filemodes.c @@ -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); } |