Comment #10 on issue 74 by nlskrg: Memory leak with PSwingRepaintManager http://code.google.com/p/piccolo2d/issues/detail?id=74
PCanvas has a static variable CURRENT_ZCANVAS referencing the canvas created last. This might be an explanation for pCanvasFinalizerCount being one less than expected in PSwingRepaintManagerTest.java. I am not sure if CURRENT_ZCANVAS is required but i used to set it to null. However this did not solve the memory leak problem completely. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
