ui-plain: fix resource leak: free before return
Coverity-id: 13940 Signed-off-by: Christian Hesse <mail@eworm.de>
这个提交包含在:
@ -51,6 +51,7 @@ static int print_object(const unsigned char *sha1, const char *path)
|
|||||||
cgit_print_http_headers();
|
cgit_print_http_headers();
|
||||||
html_raw(buf, size);
|
html_raw(buf, size);
|
||||||
free(mimetype);
|
free(mimetype);
|
||||||
|
free(buf);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户