Skip to content

Commit

Permalink
Merge Peter Zmanovsky's 'fix_wrong_free' into stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jan 6, 2025
2 parents 83b49c3 + deee65d commit 166b383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/backend/xml/gnc-account-xml-v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ account_parent_handler (xmlNodePtr node, gpointer act_pdata)
parent = xaccAccountLookup (gid, pdata->book);
if (!parent)
{
g_free (gid);
guid_free (gid);
g_return_val_if_fail (parent, FALSE);
}

Expand Down

0 comments on commit 166b383

Please sign in to comment.