Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-01-13 17:43:35 -07:00
parent 96d066c7cc
commit 5aed1a455d
1 changed files with 2 additions and 0 deletions

View File

@ -798,6 +798,8 @@ PathGroups::enumPathEnds(PathGroup *group,
PathEnd *end = path_enum.next();
if (group->saveable(end))
group->insert(end);
else
delete end;
}
}