Plug a leak (the return value from `oaf_query()' must be freed!).

svn path=/trunk/; revision=9668
This commit is contained in:
Ettore Perazzoli
2001-05-04 15:35:27 +00:00
parent 39319663e8
commit 134cba36bc
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
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
+2
View File
@@ -210,6 +210,8 @@ get_intelligent_importers (void)
iids_ret = g_list_prepend (iids_ret, g_strdup (info->iid));
}
CORBA_free (info_list);
return iids_ret;
}