mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
if tcp_transport component was used separately (e.g. using tranpsort_ssl.h directly without building list of transport) then it leaks memory on unitialization Merges https://github.com/espressif/esp-idf/pull/3541 Closes https://github.com/espressif/esp-idf/issues/3531 Signed-off-by: David Cermak <cermak@espressif.com>