mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	xfree is not particularly helpful, remove it. From Thomas Adam.
This commit is contained in:
		@@ -384,7 +384,7 @@ tty_keys_free1(struct tty_key *tk)
 | 
			
		||||
		tty_keys_free1(tk->left);
 | 
			
		||||
	if (tk->right != NULL)
 | 
			
		||||
		tty_keys_free1(tk->right);
 | 
			
		||||
	xfree(tk);
 | 
			
		||||
	free(tk);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Lookup a key in the tree. */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user