diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-04 23:56:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-04 23:56:34 +0800 |
commit | b8fea86c9d93332692219c8a1ca39efe262658af (patch) | |
tree | d2f1ad2d37af287e93e8ec68dd85b53a5fa92bc8 /shell/ChangeLog | |
parent | 562717e70a312939a8c9e828f587cb2f1e4a3b24 (diff) | |
download | gsoc2013-evolution-b8fea86c9d93332692219c8a1ca39efe262658af.tar gsoc2013-evolution-b8fea86c9d93332692219c8a1ca39efe262658af.tar.gz gsoc2013-evolution-b8fea86c9d93332692219c8a1ca39efe262658af.tar.bz2 gsoc2013-evolution-b8fea86c9d93332692219c8a1ca39efe262658af.tar.lz gsoc2013-evolution-b8fea86c9d93332692219c8a1ca39efe262658af.tar.xz gsoc2013-evolution-b8fea86c9d93332692219c8a1ca39efe262658af.tar.zst gsoc2013-evolution-b8fea86c9d93332692219c8a1ca39efe262658af.zip |
Plug more leaks.
svn path=/trunk/; revision=9671
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a692d61829..cd557caca8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,18 @@ 2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * evolution-storage.c (evolution_storage_new_folder): Free the + `corba_folder' when not needed anymore. + + * e-local-storage.c (create_folder_directory): Free the parent + path, and don't allocate it when we don't need it. + + * evolution-shell-component-client.c (dispatch_callback): Free the + listener servant too. + (impl_destroy): Release the listener object and free the servant + if it exists. + +2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-creation-dialog.c (dialog_clicked_cb): Don't strdup `path' before copying it into the `dialog_data'. |