Skip to content

Fix memory leaks during PixelGeoModel building.

Delete unused GeoModelNodes when building the PixelGeoModel and ensure that all GeoAlignableTransform are deleted on exit. This fixes one time memory leaks during initialize. Should not have a significant impact other than removing clutter from valgrind logs.

Merge request reports