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:
@ -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
|
||||
|
||||
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user