mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Don't try to continue processing a client if the session has been destroyed.
This commit is contained in:
		@@ -199,9 +199,10 @@ server_client_loop(void)
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		server_client_handle_data(c);
 | 
			
		||||
 | 
			
		||||
		server_client_check_timers(c);
 | 
			
		||||
		server_client_check_redraw(c);
 | 
			
		||||
		if (c->session != NULL) {
 | 
			
		||||
			server_client_check_timers(c);
 | 
			
		||||
			server_client_check_redraw(c);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user