about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-01-17 00:48:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-17 00:48:17 +0100
commit9999b0a3e915c76a52be433830660e803ef71cb0 (patch)
tree0e58f794759f5828a5d344a5b4164605eeee30fb
parentSwitch to exclusively using global ctx (diff)
downloadcgit-pink-9999b0a3e915c76a52be433830660e803ef71cb0.tar.gz
cgit-pink-9999b0a3e915c76a52be433830660e803ef71cb0.zip
cgit.c: free tmp variable
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--cgit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.c b/cgit.c
index ec8f69c..09fce0c 100644
--- a/cgit.c
+++ b/cgit.c
@@ -591,6 +591,7 @@ static int prepare_repo_cmd(void)
 		cgit_print_pageheader();
 		cgit_print_error("Invalid branch: %s", tmp);
 		cgit_print_docend();
+		free(tmp);
 		return 1;
 	}
 	sort_string_list(&ctx.repo->submodules);
'> 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe