mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 12:48:56 +00:00
Whoops, FREE not FREEALL.
This commit is contained in:
parent
68a5d5c00b
commit
11bc0ee285
@ -1,4 +1,4 @@
|
||||
/* $Id: key-bindings.c,v 1.6 2007-10-04 11:23:17 nicm Exp $ */
|
||||
/* $Id: key-bindings.c,v 1.7 2007-10-04 11:55:55 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -138,7 +138,7 @@ key_bindings_free(void)
|
||||
xfree(bd);
|
||||
}
|
||||
|
||||
ARRAY_FREEALL(&key_bindings);
|
||||
ARRAY_FREE(&key_bindings);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user