fix wrong free
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit
This commit is contained in:
parent
15e04f9407
commit
5fa741da85
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue