tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
478 stars 246 forks source link

Resizing MaskedGLGraphicsMapDisplay #55

Closed RickWalker closed 9 years ago

RickWalker commented 11 years ago

Repeated calls to MaskedGLGraphicsMapDisplay seem to leak memory somewhere. This should be reproducible in the example at: https://github.com/tillnagel/unfolding/blob/master/examples/de/fhpotsdam/unfolding/examples/misc/ResizableMapApp.java if you resize the window a number of times (c. 10 with default heap size).

Increasing heap size delays the occurrence of problem but doesn't fix it.

tillnagel commented 9 years ago

Apparently fixed since moving to P2 (and new OpenGL renderer).