Commit 06a7bd5d8159f4196e3a4f3087d8c1b24a0f5df2

Thomas de Grivel 2021-01-08T12:00:10

cleanup

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/git-auth.c b/git-auth.c
index ff7af2a..b8017af 100644
--- a/git-auth.c
+++ b/git-auth.c
@@ -180,6 +180,7 @@ static void usage (const char *argv0)
 {
         fprintf(stderr, "Usage: %s=ID %s -c GIT_COMMAND PATH\n",
                 GIT_AUTH_ID_ENV, argv0);
+        cleanup();
         exit(1);
 }