From e7ea6195482eac08a8ea3239e7751592324791ef Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Oct 2001 04:21:19 +0000 Subject: Don't free the folder_command_data here. It is supposed to be freed in the * e-shell-folder-commands.c (folder_selection_dialog_folder_selected_callback): Don't free the folder_command_data here. It is supposed to be freed in the async callback. The leak that Dan supposedly fixed was probably only due to the fact that the component that was supposed to perform the xfer didn't report a result. Now that xfer actually works, it was triggering the crash instead. [Fixes #9769.] svn path=/trunk/; revision=13615 --- shell/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 316c50630e..eadbc94421 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2001-10-12 Ettore Perazzoli + + * e-shell-folder-commands.c + (folder_selection_dialog_folder_selected_callback): Don't free the + folder_command_data here. It is supposed to be freed in the async + callback. The leak that Dan supposedly fixed was probably only + due to the fact that the component that was supposed to perform + the xfer didn't report a result. Now that xfer actually works, it + was triggering the crash instead. [Fixes #9769.] + 2001-10-12 Ettore Perazzoli * e-shell-offline-handler.c (prepare_for_offline): Only invoke -- cgit v1.2.3