Skip to content
Snippets Groups Projects
Commit 69c11e50 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Destroy ssh_tx_mutex

parent 6177a1c0
Branches
Tags
No related merge requests found
......@@ -1031,5 +1031,6 @@ ssh_close(void)
FREE_AND_NULL(conn_api.rd_buf);
FREE_AND_NULL(conn_api.wr_buf);
pthread_mutex_destroy(&ssh_mutex);
pthread_mutex_init(&ssh_tx_mutex);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment