mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-22 18:47:14 +00:00
Whoops, FREE not FREEALL.
This commit is contained in:
parent
68a5d5c00b
commit
11bc0ee285
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue