mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix buffer entry free
This commit is contained in:
parent
311b64a379
commit
d6977e31cd
@ -131,9 +131,9 @@ _free_entry(ProfBuffEntry *entry)
|
||||
free(entry->message);
|
||||
free(entry->from);
|
||||
g_date_time_unref(entry->time);
|
||||
free(entry);
|
||||
if (entry->receipt) {
|
||||
free(entry->receipt->id);
|
||||
free(entry->receipt);
|
||||
}
|
||||
free(entry);
|
||||
}
|
Loading…
Reference in New Issue
Block a user