aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-09-11 00:34:37 +0800
committerDan Winship <danw@src.gnome.org>2001-09-11 00:34:37 +0800
commit30d3750b07abbdb0e7ab0dd9171bf9164387621a (patch)
tree290e972748788a29cac96131d7eb8eb5c11c0315 /shell/ChangeLog
parent3f630caf32b0455023b82d30fc98f685125a6d6a (diff)
downloadgsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar
gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar.gz
gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar.bz2
gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar.lz
gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar.xz
gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar.zst
gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.zip
Oops. Remove duplicate free.
* e-shell-view.c (socket_destroy_cb): Oops. Remove duplicate free. svn path=/trunk/; revision=12732
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 72fdc403b6..e5a2a68759 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-10 Dan Winship <danw@ximian.com>
+
+ * e-shell-view.c (socket_destroy_cb): Oops. Remove duplicate free.
+
2001-09-09 Dan Winship <danw@ximian.com>
Purify run. All small leaks.