fix wrong free
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-06-29 01:03:36 +09:00
commit 5fa741da85

View file

@ -299,7 +299,6 @@ void simple_body(FILE* out, const char* top, const char* title, xl_node_t* body,
}
fprintf(out, " <a href=\"%s\"><img src=\"%s\" alt=\"Project logo\" border=\"0\"%s></a>\n", link, image, size);
free(nodes);
}
free(link);