forked from mirrors/treebird
Remove double free
FossilOrigin-Name: 24cf042d48c9608071af3579906a3168d5576875377b0fcd5f0cf7a6a1661d44
This commit is contained in:
parent
34d254463a
commit
4d90926acf
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ char* construct_status(mastodont_t* api,
|
|||
if (attachments) free(attachments);
|
||||
if (emoji_reactions) free(emoji_reactions);
|
||||
if (notif) free(notif_info);
|
||||
if (parse_content) free(parse_content);
|
||||
// if (parse_content) free(parse_content);
|
||||
return stat_html;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue