Skip to content

Fix PointSet leak when inserting same point

John Ellson requested to merge gh-80d6ed70/66/pixelglow/fix-pointset-leak into master

Created by: pixelglow

The old code allocates a pair then inserts it into a Dtoset. However, when the Dtoset already has the pair, it simply drops the allocated pair. The fix cleans up the pair in this case.

Merge request reports