Implemented termkey_free()

This commit is contained in:
Paul LeoNerd Evans
2008-02-23 20:07:48 +00:00
parent dda9be9110
commit 8f8e96f015
2 changed files with 11 additions and 0 deletions

2
demo.c
View File

@@ -46,4 +46,6 @@ int main(int argc, char *argv[]) {
termios.c_lflag = old_lflag;
tcsetattr(0, TCSANOW, &termios);
termkey_free(tk);
}