On 5/7/20 3:44 PM, Kevin Rushforth wrote:
This suggests that there might be a memory leak (possibly in uploading
painter which I see you are using). Is this easily reproducible?
I tried doing software rendering just to see if it made any difference.
I don't know if it fixed any of the other issues, but it definitely made
things worse. Everytime I resize the application it leaks on-heap memory
and eventually hits an OutOfMemory exception.
It looks like a bunch of int arrays are being allocated and never
released. What the hell?