arduino-esp32/libraries/AsyncUDP
Jan Weigelt a87b2ec690 Fix AsyncUDP receive memory leak (#2607)
If _handler is set, pbuf_free is not called. ~AsyncUDPPacket() calls pbuf_free once but only after calling pbuf_ref in it's constructor. The refcount never reaches zero and the memory allocated for pbuf is never released.
2019-04-11 16:49:35 +02:00
..
examples Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
src Fix AsyncUDP receive memory leak (#2607) 2019-04-11 16:49:35 +02:00
keywords.txt Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
library.json Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
library.properties Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00