aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-mt.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0042cf5d78..9aab55df45 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-22 Ettore Perazzoli <ettore@ximian.com>
+
+ * mail-mt.c (do_op_status): Don't free `clientid' as it's
+ uninitialized.
+
2001-10-22 Christopher James Lahey <clahey@ximian.com>
* message-list.etspec (Score): disable this column. Fixes Ximian
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index 8743f42dd8..2dd4109047 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -1045,7 +1045,7 @@ static void do_op_status(struct _mail_msg *mm)
* keep track of it too.
*/
if (data->activity == NULL && global_shell_client) {
- char *clientid, *what;
+ char *what;
int display;
/* its being created/removed? well leave it be */
@@ -1075,7 +1075,6 @@ static void do_op_status(struct _mail_msg *mm)
if (msg->ops->describe_msg)
g_free (what);
- g_free (clientid);
MAIL_MT_LOCK (mail_msg_lock);
if (data->activity_state == 3) {
04-033-4/+4 * Update to 1.3.156.mat2015-04-024-7/+7 * Update to 1.3.156.mat2015-04-018-17/+15 * Cleanup @dirrm* from my ports.mat2014-10-031-2/+0 * Add back mail/dcc-dccdmat2014-09-1117-0/+672 * 2014-08-31 mail/dcc-dccd: Not staged. See http://lists.freebsd.org/pipermail/...antoine2014-09-0710-672/+0 * mail/dcc-dccd: reset maintainer, but apply ports sendmail fixmarino2014-07-271-1/+2 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Convert to new options frameworkbapt2013-06-021-21/+20 * Fix tripple quoting that will cause problems when the ports tree is switched ...eadler2013-03-221-6/+2 * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-065-9/+12 * - Update to 1.3.141scheidell2012-02-162-6/+11 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-144-4/+4 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-24