]> granicus.if.org Git - esp-idf/commit
protocomm security : memory leaks fixed
authorAnurag Kar <anurag.kar@espressif.com>
Fri, 8 Feb 2019 09:12:49 +0000 (14:42 +0530)
committerbot <bot@espressif.com>
Fri, 15 Feb 2019 10:45:34 +0000 (10:45 +0000)
commitf4cba0c295f743948e5de16dc0595f4cde94be5c
tree2542d70727a45e0e991486264c4b911c69d946eb
parenta1d37c833c6b68246c6b9ad32b8089fb091a1c04
protocomm security : memory leaks fixed

List of changes:
* Corner case exceptions are properly handled to ensure release of memory occupied by security infrastructure
* fixed erroneous cleanup of security instance by protocomm_console
components/protocomm/src/common/protocomm.c
components/protocomm/src/security/security0.c
components/protocomm/src/security/security1.c
components/protocomm/src/transports/protocomm_console.c