cgit.c: free tmp variable

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Tá an tiomantas seo le fáil i:
Jason A. Donenfeld 2014-01-17 00:48:17 +01:00
tuismitheoir f60ffa143c
tiomantas 9999b0a3e9

1
cgit.c
Féach ar an gComhad

@ -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);