Plug a leak (the return value from `oaf_query()' must be freed!).
svn path=/trunk/; revision=9668
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user