Mrcubix / Touch-Gestures

Bind Gestures to actions provided by OTD using this plugin !
MIT License
1 stars 1 forks source link

Memory Leak due to bad handling of plugins on OTD's part #5

Closed Mrcubix closed 5 months ago

Mrcubix commented 7 months ago

OTD doesn't seem to dispose of plugins when re-detecting or unplugging tablets, causing memory leaks in the process.

image

This can be partially worked around by soft disposing of fields that requires it.

This workaround should be available in the next Release (1.0.2).