g_list_free_full requires a GDestroyNotify

error in f4941a5b0
pull/1152/head
Christopher Lam 5 years ago
parent 0bce6a1d56
commit 23d964a6a4

@ -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

Loading…
Cancel
Save