aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-19 13:10:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-19 13:10:11 +0800
commit637fc55361690fa0c572a61e862b95f3535a75b3 (patch)
treee902b19f4db5fda3f80c8e9cfa4ff1c4f2516f70
parent02adc1ca5f80cddea6e4b42bd7519b23f299bd50 (diff)
downloadgsoc2013-evolution-637fc55361690fa0c572a61e862b95f3535a75b3.tar.gz
gsoc2013-evolution-637fc55361690fa0c572a61e862b95f3535a75b3.tar.zst
gsoc2013-evolution-637fc55361690fa0c572a61e862b95f3535a75b3.zip
Unref the message.
2001-03-19 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (composer_sent_cb): Unref the message. svn path=/trunk/; revision=8815
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-callbacks.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ce7255fecf..f6216c7198 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-19 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-callbacks.c (composer_sent_cb): Unref the message.
+
2001-03-18 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (unref_standard_folders): unref the standard
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c
index e39dd4c6eb..e97def949b 100644
--- a/mail/mail-callbacks.c
+++ b/mail/mail-callbacks.c
@@ -275,7 +275,9 @@ composer_sent_cb(char *uri, CamelMimeMessage *message, gboolean sent, void *data
gtk_widget_show (GTK_WIDGET (send->composer));
gtk_object_unref (GTK_OBJECT (send->composer));
}
+
g_free (send);
+ camel_object_unref (CAMEL_OBJECT (message));
}
void
b4'>- Merge patch-Makefile into patch-src-Makefile (both actually patch same file).alepulver2008-08-111-1/+21 * - Fix tolua dependency for version 5.0 (was using 5.1).alepulver2008-08-101-1/+2 * - Fix defining Lua include/library directories under PREFIX (last commit) [1].alepulver2008-02-191-5/+26 * - Change LUA_PREFIX default value from LOCALBASE to PREFIX.alepulver2008-02-101-1/+1 * - Update luasocket to 2.0.2, set luasocket port to lua 5.1pav2007-10-291-2/+3 * - Don't override the DEPTYPE of a component (accidentally introduced inalepulver2007-04-111-0/+2 * - Change some spaces into tabs.alepulver2007-04-101-3/+3 * - Make autodetection work properly.alepulver2007-04-101-12/+12 * - Fix WANT_LUA (broken since autodetection commit).alepulver2007-01-051-0/+1 * - If multiple versions are allowed and some do not have the requiredalepulver2007-01-011-1/+42 * - Fix component autodetection.alepulver2007-01-011-1/+1 * - Update comments after the last addition of Lua 5.0 and 5.1 ports.alepulver2006-12-311-30/+71 * Add devel/lua-pty to work with Lua 5.0 and Lua 5.1 and turn devel/lua50-ptyphilip2006-12-061-0/+1 * Add Lua 5.1 ports to bsd.lua.mk so they can be used in LUA_COMPS. Revertphilip2006-12-011-0/+4 * - Add LUA_CMD, LUAC_CMD and TOLUA_CMD variables.alepulver2006-11-121-1/+9 * - Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables.alepulver2006-11-101-2/+2 * - The whitespace police is back in town.alepulver2006-10-061-5/+6