mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 17:36:22 +00:00
Fixed memory leaks
This commit is contained in:
@@ -118,5 +118,6 @@ _free_entry(ProfBuffEntry *entry)
|
||||
free(entry->message);
|
||||
free(entry->from);
|
||||
free(entry->date_fmt);
|
||||
free(entry);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user