mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
* scheduled function: replacing new by malloc needs to initialize complex members Functional was not initialized because of malloc() instead of new. First assignment calls destructor on initial value which was not constructed (->frozen,wdt).