mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 07:36:21 +00:00
db: Fix memleaks
This commit is contained in:
@@ -491,8 +491,7 @@ _chatwin_history(ProfChatWin *chatwin, const char *const contact_barejid)
|
||||
}
|
||||
chatwin->history_shown = TRUE;
|
||||
|
||||
//TODO: message_free
|
||||
g_slist_free_full(history, free);
|
||||
g_slist_free_full(history, (GDestroyNotify)message_free);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user