mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	xfree is not particularly helpful, remove it. From Thomas Adam.
This commit is contained in:
		@@ -164,7 +164,7 @@ input_key(struct window_pane *wp, int key)
 | 
			
		||||
	if (options_get_number(&wp->window->options, "xterm-keys")) {
 | 
			
		||||
		if ((out = xterm_keys_lookup(key)) != NULL) {
 | 
			
		||||
			bufferevent_write(wp->event, out, strlen(out));
 | 
			
		||||
			xfree(out);
 | 
			
		||||
			free(out);
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user