summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 245f102)
raw | patch | inline | side by side (parent: 245f102)
author | Pavel Roskin <proski@gnu.org> | |
Sun, 7 May 2006 21:36:12 +0000 (17:36 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 7 May 2006 22:31:06 +0000 (15:31 -0700) |
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
config.c | patch | blob | history |
diff --git a/config.c b/config.c
index 87fb22041ec4b068cf1072689bc8309d8804ae1e..11d65f8c70b692327de5bfaa8afe1e7979aafea6 100644 (file)
--- a/config.c
+++ b/config.c
fprintf(stderr, "Invalid pattern: %s\n",
value_regex);
free(store.value_regex);
+ close(fd);
+ unlink(lock_file);
ret = 6;
goto out_free;
}