From 24feba20337274a86d51700fa0e8f56ce378c902 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Thu, 17 Aug 2000 14:19:02 +0000 Subject: Whole buncha leak fixes thanks to Purify svn path=/trunk/; revision=4862 --- mail/mail-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 1a3ff0efe3..f90d492dd8 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1515,7 +1515,7 @@ typedef struct display_message_input_s { MessageList *ml; gchar *uid; - gint (*timeout) (gpointer); + gint (*timeout) (gpointer); } display_message_input_t; @@ -1646,7 +1646,7 @@ mail_do_display_message (MessageList *ml, const char *uid, input->uid = g_strdup (uid); input->timeout = timeout; - mail_operation_queue (&op_display_message, input, FALSE); + mail_operation_queue (&op_display_message, input, TRUE); } /* ** EDIT MESSAGES ******************************************************* */ -- cgit v1.2.3