diff options
Diffstat (limited to 'ui-blob.c')
-rw-r--r-- | ui-blob.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,4 +171,5 @@ void cgit_print_blob(const char *hex, char *path, const char *head, int file_onl | |||
171 | ctx.page.filename = path; | 171 | ctx.page.filename = path; |
172 | cgit_print_http_headers(); | 172 | cgit_print_http_headers(); |
173 | html_raw(buf, size); | 173 | html_raw(buf, size); |
174 | free(buf); | ||
174 | } | 175 | } |