From 8a3804a5bf40e88ee236b00af7ee87e2d74621a0 Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Sat, 28 Jan 2017 13:05:07 +0100 Subject: [PATCH] You too. --- src/p7/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/p7/main.c b/src/p7/main.c index 4440498..b0d6970 100644 --- a/src/p7/main.c +++ b/src/p7/main.c @@ -285,6 +285,9 @@ int main(int ac, char **av) default: log(error_unplanned, p7_strerror(err)); } + /* that doesn't mean you shouldn't exit, heh. */ + p7_exit(handle); + /* return that an error has occured */ return (1); }