mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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…
Reference in New Issue
Block a user