mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Sync OpenBSD patchset 1150:
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