mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00: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