void cgit_print_atom(char *tip, char *path, int max_count)
{
- const char *host;
+ char *host;
const char *argv[] = {NULL, tip, NULL, NULL, NULL};
struct commit *commit;
struct rev_info rev;
commit->parents = NULL;
}
html("</feed>\n");
+ free(host);
}