g_list_free_full requires a GDestroyNotify

error in f4941a5b0
This commit is contained in:
Christopher Lam 2021-10-09 12:03:11 +08:00
parent 0bce6a1d56
commit 23d964a6a4

View File

@ -334,7 +334,7 @@ gnc_scm2guid_glist (SCM guids_scm)
static inline void
gnc_guid_glist_free (GList *guids)
{
g_list_free_full (guids, guid_free);
g_list_free_full (guids, (GDestroyNotify)guid_free);
}
static SCM