From 1b43d4200b3e05da66a1dd036308037ef08e59e8 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 29 Jan 2009 15:28:03 +0000 Subject: ** Fix for bug #567654 2009-01-29 Srinivasa Ragavan ** Fix for bug #567654 * message-list.c: (regen_list_exec): Don't free the reffable string. svn path=/trunk/; revision=37167 --- mail/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/message-list.c') diff --git a/mail/message-list.c b/mail/message-list.c index 0ac1bc7844..7487f12ad2 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -4061,7 +4061,7 @@ regen_list_exec (struct _regen_list_msg *m) on the flag whether we can view deleted messages or not. */ if (!was_deleted || (was_deleted && !m->hidedel)) - g_ptr_array_add (uids, g_strdup (looking_for)); + g_ptr_array_add (uids, camel_pstring_strdup (looking_for)); } } } -- cgit v1.2.3