Fixed memory leaks

This commit is contained in:
Dmitry Podgorny
2014-09-09 22:07:28 +03:00
parent f983438e97
commit b6faeaaa76
2 changed files with 2 additions and 0 deletions

View File

@@ -118,5 +118,6 @@ _free_entry(ProfBuffEntry *entry)
free(entry->message);
free(entry->from);
free(entry->date_fmt);
free(entry);
}