diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-threads.c | 1 |
2 files changed, 5 insertions, 1 deletions
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 <danw@helixcode.com> + + * mail-threads.c (get_password): Don't free the prompt. It + doesn't belong to you. + 2000-08-13 Ettore Perazzoli <ettore@helixcode.com> * 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 */ |