pbecchi / ESP32_ping

Ping library for ESP32
15 stars 13 forks source link

every mem_malloc needs free. #3

Closed hostmit closed 6 years ago

hostmit commented 6 years ago

Added to avoid memory leaking. If you dont - at some point ESP goes OOM.

pbecchi commented 6 years ago

Kostantin thanks

I will merge it!