diff options
-rw-r--r-- | ui-plain.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ static int print_object(const unsigned char *sha1, const char *path) | |||
51 | cgit_print_http_headers(); | 51 | cgit_print_http_headers(); |
52 | html_raw(buf, size); | 52 | html_raw(buf, size); |
53 | free(mimetype); | 53 | free(mimetype); |
54 | free(buf); | ||
54 | return 1; | 55 | return 1; |
55 | } | 56 | } |
56 | 57 | ||