Closed GoogleCodeExporter closed 9 years ago
Using it on Windows 7 with java 7u10 x32.
Original comment by bitlea...@gmail.com
on 27 Dec 2012 at 11:38
Nice catch. The VM was not automatically freeing the local references for
mouse events created in the native code as the documentation states it should.
I explicitly freed the local references in the native code after dispatching
and everything appears to be functioning normally now. I will commit the fix
after I finish making some unrelated changes.
Original comment by a...@1stleg.com
on 28 Dec 2012 at 12:49
Please Test.
Original comment by a...@1stleg.com
on 30 Dec 2012 at 7:27
Attachments:
Hello,
I've tested the attached lib and it seems it works perfectly now. I've tested
your demo app and my app that uses your lib. Leaking the memory issue are
disappeared from both of the apps. Great job! Thanks and keep up your
outstanding work!
Best regards
Original comment by bitlea...@gmail.com
on 31 Dec 2012 at 12:38
Original comment by a...@1stleg.com
on 31 Dec 2012 at 4:35
Original issue reported on code.google.com by
bitlea...@gmail.com
on 27 Dec 2012 at 11:34