aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-blob.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-blob.c b/ui-blob.c
index 70a671e..d3c3a10 100644
--- a/ui-blob.c
+++ b/ui-blob.c
@@ -99,7 +99,6 @@ int cgit_print_file(char *path, const char *head, int file_only)
return -1;
buf[size] = '\0';
html_raw(buf, size);
- free(buf);
return 0;
}