mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-09 13:54:54 +02:00
Change deref to the more sensible unref, and add a couple I missed before.
This commit is contained in:
@ -132,7 +132,7 @@ cmd_load_buffer_callback(struct client *c, int closed, void *data)
|
||||
return;
|
||||
c->stdin_callback = NULL;
|
||||
|
||||
server_client_deref(c);
|
||||
server_client_unref(c);
|
||||
if (c->flags & CLIENT_DEAD)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user