We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e84adfd + ad31757 commit 4b17eb5Copy full SHA for 4b17eb5
source/coap_connection_handler.c
@@ -211,6 +211,7 @@ static void int_socket_delete(internal_socket_t *this)
211
this->usage_counter--;
212
if(this->usage_counter == 0){
213
clear_secure_sessions(this);
214
+ socket_free(this->listen_socket);
215
ns_list_remove(&socket_list, this);
216
if( this->data ){
217
ns_dyn_mem_free(this->data);
0 commit comments