From 3ff93be29af88808d2552a5bafd8db1980dc6cb2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 13 Aug 2000 20:42:51 +0000 Subject: Don't free the prompt. It doesn't belong to you. * mail-threads.c (get_password): Don't free the prompt. It doesn't belong to you. svn path=/trunk/; revision=4805 --- mail/ChangeLog | 5 +++++ mail/mail-threads.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index f9182603e1..b8416ff95b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-08-13 Dan Winship + + * mail-threads.c (get_password): Don't free the prompt. It + doesn't belong to you. + 2000-08-13 Ettore Perazzoli * mail-ops.c (mail_do_create_folder): Duplicate the listener diff --git a/mail/mail-threads.c b/mail/mail-threads.c index 473f1211df..6e17761b2f 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -832,7 +832,6 @@ get_password (com_msg_t * msg) dialog = gnome_request_dialog (msg->secret, msg->message, NULL, 0, get_password_cb, msg, NULL); - g_free (msg->message); /* Stop the other thread */ -- cgit