From e45499816eab8abadbdd5bb6dd79b526a4ed6648 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Sat, 11 Feb 2023 23:03:39 +0100 Subject: Implement undo This also fixes a bunch of valgrind errors --- test/keyboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/keyboard.c') diff --git a/test/keyboard.c b/test/keyboard.c index b85c4ad..a76d2a7 100644 --- a/test/keyboard.c +++ b/test/keyboard.c @@ -68,6 +68,7 @@ void fake_keyboard_close_write(struct fake_keyboard *kbd) { void fake_keyboard_destroy(struct fake_keyboard *kbd) { fake_keyboard_close_write(kbd); + reactor_destroy(kbd->reactor); } void simple_key() { -- cgit v1.2.3