mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-23 11:14:21 +01:00
Implemented authentication for websocket connection
This commit is contained in:
@@ -36,8 +36,7 @@ t_malloc(size_t size) {
|
||||
}
|
||||
|
||||
void t_free(void *p) {
|
||||
if (p)
|
||||
free(p);
|
||||
free(p);
|
||||
}
|
||||
|
||||
void *
|
||||
|
||||
Reference in New Issue
Block a user