ui-plain: fix resource leak: free before return
Coverity-id: 13940 Signed-off-by: Christian Hesse <mail@eworm.de>
这个提交包含在:
父节点
51338f7658
当前提交
979db79a80
@ -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;
|
||||
}
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户