summaryrefslogtreecommitdiffstats
path: root/t/helper/test-submodule-nested-repo-config.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-submodule-nested-repo-config.c')
-rw-r--r--t/helper/test-submodule-nested-repo-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-submodule-nested-repo-config.c b/t/helper/test-submodule-nested-repo-config.c
index 6ca069ce63..6dce957153 100644
--- a/t/helper/test-submodule-nested-repo-config.c
+++ b/t/helper/test-submodule-nested-repo-config.c
@@ -29,6 +29,6 @@ int cmd__submodule_nested_repo_config(int argc, const char **argv)
print_config_from_gitmodules(&subrepo, argv[2]);
submodule_free(the_repository);
-
+ repo_clear(&subrepo);
return 0;
}