aboutsummaryrefslogtreecommitdiff
path: root/ui-plain.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-plain.c')
-rw-r--r--ui-plain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui-plain.c b/ui-plain.c
index 482d53a..4397a59 100644
--- a/ui-plain.c
+++ b/ui-plain.c
@@ -100,9 +100,8 @@ static int print_object(const unsigned char *sha1, const char *path)
ctx.page.etag = sha1_to_hex(sha1);
cgit_print_http_headers(&ctx);
html_raw(buf, size);
- /* If we allocated this, then casting away const is safe. */
if (freemime)
- free((char*) ctx.page.mimetype);
+ free(ctx.page.mimetype);
return 1;
}