From 17b275b23a389dc4a38780c5faad7fbf6b056f88 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 7 May 2014 17:58:00 -0300 Subject: Add teardown function for the event.c module Also move the `job_teardown` call from os_unix.c to the event module --- src/os_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os_unix.c') diff --git a/src/os_unix.c b/src/os_unix.c index 287b5e7d60..93cd0272a8 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -581,7 +581,7 @@ void mch_exit(int r) { exiting = TRUE; - job_teardown(); + event_teardown(); { settmode(TMODE_COOK); -- cgit