ui-plain: fix resource leak: free before return

Coverity-id: 13940
Signed-off-by: Christian Hesse <mail@eworm.de>
Esse commit está contido em:
Christian Hesse 2015-10-09 14:55:49 +02:00 commit de Jason A. Donenfeld
commit 979db79a80
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

@ -51,6 +51,7 @@ static int print_object(const unsigned char *sha1, const char *path)
cgit_print_http_headers();
html_raw(buf, size);
free(mimetype);
free(buf);
return 1;
}