ui-blob: fix resource leak: free before return
Coverity-id: 13944 Signed-off-by: Christian Hesse <mail@eworm.de>
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
30802126d4
υποβολή
7320bfa893
@ -171,4 +171,5 @@ void cgit_print_blob(const char *hex, char *path, const char *head, int file_onl
|
|||||||
ctx.page.filename = path;
|
ctx.page.filename = path;
|
||||||
cgit_print_http_headers();
|
cgit_print_http_headers();
|
||||||
html_raw(buf, size);
|
html_raw(buf, size);
|
||||||
|
free(buf);
|
||||||
}
|
}
|
||||||
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user