]> granicus.if.org Git - esp-idf/commit
when netconn created directly,netconn_delete() will not call netconn_free(),
authorzhangyanjiao <zhangyanjiao@espressif.com>
Mon, 4 Dec 2017 11:23:43 +0000 (19:23 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 7 Dec 2017 12:51:37 +0000 (20:51 +0800)
commitcc46b5054ab3cb74aa7f8fabf5cc43acf9c455a3
tree3669e8a30f8fa97dc7d94b0a8111985e0128d79b
parent22489d70214a5b7650ab197ffd6ab73e9c50a772
when netconn created directly,netconn_delete() will not call netconn_free(),
which will lead to memory leak

Closes https://github.com/espressif/esp-idf/issues/784
components/lwip/api/api_lib.c