You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TDB: Fork and pull-request a fix to Easing library, and re-enable the ESP32 platform.
Currently this is low priority because there is no actual memory leak here; the Eases don't dynamically allocate anything and a missing destructor doesn't actually have a material side effect.
This should have been done a long time ago, is an obvious oversight. Especially now in light of #32, where a theoretical (but not actual) memory leak could be triggered.
Testing has been turned off explicitly on the ESP32 because it generates warnings that are treated as errors.
The warning is valid, though, the Easing library's virtual EasingBase does not have a destructor.
The text was updated successfully, but these errors were encountered: