From fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 7 May 2001 21:47:20 +0000 Subject: 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 --- shell/e-shell-offline-handler.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/e-shell-offline-handler.c') 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]); } } -- cgit