Signed-off-by: Stefan Beller <[email protected]> --- builtin/submodule--helper.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index 7c3cd9dbeba..96024fee1b1 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -63,6 +63,7 @@ static int print_default_remote(int argc, const char **argv,
const char *prefix)
if (remote)
printf("%s\n", remote);
+ free(remote);
return 0;
}
--
2.17.1.1185.g55be947832-goog

