parent
3f6d941eba
commit
6e58dab2b8
|
@ -42,6 +42,9 @@ static void uh_connection_destroy(struct uh_connection *con)
|
||||||
list_del(&con->list);
|
list_del(&con->list);
|
||||||
|
|
||||||
uh_ssl_free(con);
|
uh_ssl_free(con);
|
||||||
|
|
||||||
|
uh_log_debug("destroy connection(%p)", con);
|
||||||
|
|
||||||
free(con);
|
free(con);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue