aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/intelligent.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/importer/intelligent.c')
-rw-r--r--shell/importer/intelligent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c
index 567af0683c..166be226ad 100644
--- a/shell/importer/intelligent.c
+++ b/shell/importer/intelligent.c
@@ -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;
}