10000 Potential double free · pyromanci/esp32_https_server@d9623f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9623f7

Browse files
authored
Potential double free
1 parent 9a7d4f2 commit d9623f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/HTTPSConnection.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ void HTTPSConnection::closeConnection() {
161161
}
162162

163163
HTTPConnection::closeConnection();
164-
mbedtls_ssl_free( &_ssl );
165-
mbedtls_net_free( &_client_fd );
166164
#endif // MBEDTLS
167165
}
168166

0 commit comments

Comments
 ()
0