diff options
Diffstat (limited to 'tests-clar/reset/hard.c')
| -rw-r--r-- | tests-clar/reset/hard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests-clar/reset/hard.c b/tests-clar/reset/hard.c index bddbd17d7..9381007db 100644 --- a/tests-clar/reset/hard.c +++ b/tests-clar/reset/hard.c @@ -16,6 +16,8 @@ void test_reset_hard__initialize(void) void test_reset_hard__cleanup(void) { git_object_free(target); + target = NULL; + cl_git_sandbox_cleanup(); } |
