mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 22:06:22 +00:00
Fixed memleak in chat log history
This commit is contained in:
@@ -56,7 +56,7 @@ void chat_log_chat(const gchar * const login, gchar *other,
|
||||
const gchar * const msg, chat_log_direction_t direction, GTimeVal *tv_stamp);
|
||||
void chat_log_close(void);
|
||||
GSList * chat_log_get_previous(const gchar * const login,
|
||||
const gchar * const recipient, GSList *history);
|
||||
const gchar * const recipient);
|
||||
|
||||
void groupchat_log_init(void);
|
||||
void groupchat_log_chat(const gchar * const login, const gchar * const room,
|
||||
|
||||
Reference in New Issue
Block a user