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
This commit is contained in:
Dan Winship
2001-05-07 21:47:20 +00:00
parent f7bb8712c9
commit fe1de979a2
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-05-07 Dan Winship <danw@ximian.com>
* e-shell-offline-handler.c (update_dialog_clist_hash_foreach):
Fix a free of non-malloc'ed memory introduced by my last change.
2001-05-07 Jon Trowbridge <trow@ximian.com>
* e-shell-view-menu.c (update_offline_menu_item): Changed some

View File

@ -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]);
}
}