aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-handler.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-08 05:47:20 +0800
committerDan Winship <danw@src.gnome.org>2001-05-08 05:47:20 +0800
commitfe1de979a2ab75cefdc168ccecc64bb6c02ebb9e (patch)
tree63ff600c023581caa94cef1e4e4665b7ef5cb3b1 /shell/e-shell-offline-handler.c
parentf7bb8712c9f9a316e986de5b2c664c1c0455baff (diff)
downloadgsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.tar
gsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.tar.gz
gsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.tar.bz2
gsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.tar.lz
gsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.tar.xz
gsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.tar.zst
gsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.zip
Fix a free of non-malloc'ed memory introduced by my last change.
* e-shell-offline-handler.c (update_dialog_clist_hash_foreach): Fix a free of non-malloc'ed memory introduced by my last change. svn path=/trunk/; revision=9702
Diffstat (limited to 'shell/e-shell-offline-handler.c')
-rw-r--r--shell/e-shell-offline-handler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-offline-handler.c b/shell/e-shell-offline-handler.c
index 17fd6a6285..9b0c247025 100644
--- a/shell/e-shell-offline-handler.c
+++ b/shell/e-shell-offline-handler.c
@@ -512,8 +512,6 @@ update_dialog_clist_hash_foreach (void *key,
columns[2] = NULL;
gtk_clist_prepend (GTK_CLIST (clist), columns);
-
- g_free (columns[1]);
}
}