aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-27 10:39:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-27 10:39:03 +0800
commit98ba73cd578ff9e78e38a99fb1d414804dc73eb1 (patch)
tree0db97349e1223da8ef598537c843107db074f676 /shell/ChangeLog
parenteb2c101eaf353c6507213003479ef497ed271731 (diff)
downloadgsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.gz
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.bz2
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.lz
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.xz
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.zst
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.zip
Plug a leak. Every time the ETable would query the model for the
string at the top of the tree, a "My Evolution" string would be leaked. svn path=/trunk/; revision=10523
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d6e8d7ca9a..db1a84a38d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2001-06-26 Ettore Perazzoli <ettore@ximian.com>
+ * e-storage-set-view.c (etree_value_at): Don't strdup "My
+ Evolution"! It was getting leaked every time the e-table wanted
+ to read the value this way.
+
+2001-06-26 Ettore Perazzoli <ettore@ximian.com>
+
* e-local-storage.c: Removed member `BonoboListener' from
`AsyncCreateFolderCallbackData' and
`AsyncRemoveFolderCallbackData'.