Free sort_keys as allocated by g_utf8_collate_key in ExtensionInfos.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18618 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2010-02-07 02:47:15 +00:00
parent 0c34b87720
commit 9d8c3fda58

View File

@ -283,6 +283,7 @@ cleanup_extension_info(gpointer extension_info, gpointer not_used)
if (ext_info->extension)
scm_gc_unprotect_object(ext_info->extension);
g_free(ext_info->sort_key);
g_free((gchar *)ext_info->ae.name);
g_free((gchar *)ext_info->ae.label);
g_free((gchar *)ext_info->ae.tooltip);