bbenligiray / stag

STag: A Stable Fiducial Marker System
MIT License
188 stars 52 forks source link

fix memory leak in ED-module and ellipse-interface #32

Closed olagino closed 1 year ago

olagino commented 1 year ago

When running the library multiple times, especially edge- and line-information isn't properly deleted. Occured on both MSVC and g++-builds. (g++ version 11.4.0) This should be fixed with this PR, at least this version does run for days without accumulating excessive memory.