Merge Peter Zmanovsky's 'fix_wrong_free' into stable.

This commit is contained in:
John Ralls 2025-01-05 21:11:23 -08:00
commit 166b383568

View File

@ -375,7 +375,7 @@ account_parent_handler (xmlNodePtr node, gpointer act_pdata)
parent = xaccAccountLookup (gid, pdata->book); parent = xaccAccountLookup (gid, pdata->book);
if (!parent) if (!parent)
{ {
g_free (gid); guid_free (gid);
g_return_val_if_fail (parent, FALSE); g_return_val_if_fail (parent, FALSE);
} }