Possible leak on prism es2

Thiago Milczarek Sayão thiago.sayao at gmail.com
Tue Sep 24 12:07:36 UTC 2024


Hi,

While doing some work on replacing GLX with EGL I discovered a possible
leak.

Running this test:
gradle -PFULL_TEST=true -PUSE_ROBOT=true  :systemTests:test --tests
SetSceneScalingTest

will result in X11GLDrawable -> nCreateDrawable to be called multiple times
on the same test, while GLDrawable -> deleteDrawableInfo is never called,
generating a leak (I think).

I can probably fix this, but I still have little knowledge on the es2 part,
so any help would be appreciated.

-- Thiago.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20240924/49074e88/attachment.htm>


More information about the openjfx-dev mailing list