diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-04 23:35:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-04 23:35:27 +0800 |
commit | 134cba36bcb2ac48e29035eb5237a360643c7578 (patch) | |
tree | 89a4804f4f1a9f419c89e9081ce296fa89f27780 /shell/ChangeLog | |
parent | 39319663e823bd6e7dc051e8fac2f7e88f4ae6fb (diff) | |
download | gsoc2013-evolution-134cba36bcb2ac48e29035eb5237a360643c7578.tar.gz gsoc2013-evolution-134cba36bcb2ac48e29035eb5237a360643c7578.tar.zst gsoc2013-evolution-134cba36bcb2ac48e29035eb5237a360643c7578.zip |
Plug a leak (the return value from `oaf_query()' must be freed!).
svn path=/trunk/; revision=9668
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d09a3cff3d..5ad67ab66b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * importer/intelligent.c (get_intelligent_importers): Free the + `info_list' returned by `oaf_query()', thus plugging a leak. + +2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * e-shell-utils.c (get_icon_path): Don't use `gnome_pixmap_file()', which is broken as it looks in the current working directory first. Instead, if the path is not absolute, |