Genymobile / genymotion-device-web-player

Genymotion Virtual Device Web Player
https://www.genymotion.com/
MIT License
91 stars 31 forks source link

Improve Device Renderer destruction #48

Closed pgivel closed 7 months ago

pgivel commented 8 months ago

Description

This PR improves Device Renderer destruction, in hopes of it getting garbage-collected when we don't need it anymore.

Most event handlers lambda were moved to class methods, so that they could be properly removed, and most plugins had destroy functions added, and called in the Device Renderer destroy.

Type of change

Checklist