diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-16 06:13:40 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-16 06:13:40 +0800 |
commit | 427cce1f77ed8f3d1018498cdab98b6130d24790 (patch) | |
tree | 7d242238909c8ba37e959ea78ab51d71c9edaa7d /mail/ChangeLog | |
parent | 0adbb63d08342d20bdb06bed1555ad961e24032e (diff) | |
download | gsoc2013-evolution-427cce1f77ed8f3d1018498cdab98b6130d24790.tar gsoc2013-evolution-427cce1f77ed8f3d1018498cdab98b6130d24790.tar.gz gsoc2013-evolution-427cce1f77ed8f3d1018498cdab98b6130d24790.tar.bz2 gsoc2013-evolution-427cce1f77ed8f3d1018498cdab98b6130d24790.tar.lz gsoc2013-evolution-427cce1f77ed8f3d1018498cdab98b6130d24790.tar.xz gsoc2013-evolution-427cce1f77ed8f3d1018498cdab98b6130d24790.tar.zst gsoc2013-evolution-427cce1f77ed8f3d1018498cdab98b6130d24790.zip |
Add support for debugging the message thread memory leaks.
svn path=/trunk/; revision=4850
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 72e93cb7fe..1a4713082f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2000-08-15 Peter Williams <peterw@helixcode.com> + * message-thread.c (alloc_container): Add support for debugging + container allocations -- currently disabled. Make sure that + the g_strfreev works. + * message-list.c (main_message_changed): Address bug #496 -- possible race when forwading a message_changed event. |