aboutsummaryrefslogtreecommitdiff
path: root/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo.c')
-rw-r--r--demo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo.c b/demo.c
index 4a96b64..df1627a 100644
--- a/demo.c
+++ b/demo.c
@@ -46,4 +46,6 @@ int main(int argc, char *argv[]) {
termios.c_lflag = old_lflag;
tcsetattr(0, TCSANOW, &termios);
+
+ termkey_free(tk);
}