diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-08 05:47:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-08 05:47:20 +0800 |
commit | fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e (patch) | |
tree | 63ff600c023581caa94cef1e4e4665b7ef5cb3b1 /shell/e-shell-offline-handler.c | |
parent | f7bb8712c9f9a316e986de5b2c664c1c0455baff (diff) | |
download | gsoc2013-evolution-fe1de979a2ab75cefdc168ccecc64bb6c02ebb9e.tar.gz 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.c | 2 |
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]); } } |