mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Split test other
This commit is contained in:
@@ -725,7 +725,8 @@ xaccFreeSplit (Split *split)
|
||||
{
|
||||
Split *other = xaccSplitGetOtherSplit(split->gains_split);
|
||||
split->gains_split->gains_split = NULL;
|
||||
other->gains_split = NULL;
|
||||
if (other)
|
||||
other->gains_split = NULL;
|
||||
}
|
||||
|
||||
g_object_unref(split);
|
||||
|
||||
Reference in New Issue
Block a user