diff options
Diffstat (limited to 'ui-blob.c')
-rw-r--r-- | ui-blob.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ int cgit_print_file(char *path, const char *head, int file_only) | |||
99 | return -1; | 99 | return -1; |
100 | buf[size] = '\0'; | 100 | buf[size] = '\0'; |
101 | html_raw(buf, size); | 101 | html_raw(buf, size); |
102 | free(buf); | ||
102 | return 0; | 103 | return 0; |
103 | } | 104 | } |
104 | 105 | ||