ESP8266Audio
ESP8266Audio copied to clipboard
ESP32 I2S DMA Buffer Memory Leak issues?
https://github.com/earlephilhower/ESP8266Audio/blob/73a1821aba9d41c70a05d59fbb11bfbf0316c866/src/AudioOutputI2S.cpp#L351
https://github.com/earlephilhower/ESP8266Audio/blob/73a1821aba9d41c70a05d59fbb11bfbf0316c866/src/AudioOutputI2S.cpp#L102
Maybe no memory leak, however I see the problem that the class destructor may miss to uninstall the i2s driver, in case that out->stop()
is used before delete.
Nice catch 👍
See https://github.com/earlephilhower/ESP8266Audio/pull/568