1
0

ui-blob: fix resource leak: free before return

Coverity-id: 13944
Signed-off-by: Christian Hesse <mail@eworm.de>
Este cometimento está contido em:
Christian Hesse 2015-10-10 16:56:23 +02:00 cometido por Jason A. Donenfeld
ascendente 30802126d4
cometimento 7320bfa893

Ver ficheiro

@ -171,4 +171,5 @@ void cgit_print_blob(const char *hex, char *path, const char *head, int file_onl
ctx.page.filename = path;
cgit_print_http_headers();
html_raw(buf, size);
free(buf);
}