From bfd1d2cf18f4857b5c0af1e83e6d9116a72b6824 Mon Sep 17 00:00:00 2001 From: Joshua Judson Rosen Date: Sun, 2 Apr 2017 17:09:42 -0400 Subject: main: skip trying to exit_nicely on failure to init map exit_nicely() exits from the guile thread before it gets a chance to exit() from the process as a whole. And there's really nothing for the reporting-code in exit_nicely to actually report at this point, anyway. --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index df81cd7..f12b3e9 100644 --- a/src/main.c +++ b/src/main.c @@ -304,7 +304,6 @@ void main_prog(void *closure, gint argc, gchar *argv[]) if (map == NULL) { - exit_nicely(); exit (1); } -- cgit v1.1