From 186cac34deb9f1469d5d2719b5a5746ff26156e2 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 27 Jun 2014 00:38:53 +0100 Subject: Fixed memleak in chat log history --- tests/log/mock_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/log') diff --git a/tests/log/mock_log.c b/tests/log/mock_log.c index d423b5bb..8ace164a 100644 --- a/tests/log/mock_log.c +++ b/tests/log/mock_log.c @@ -54,7 +54,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) { return mock_ptr_type(GSList *); } -- cgit 1.4.1-2-gfad0