summaryrefslogtreecommitdiffstats
path: root/apps/errstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/errstr.c')
-rw-r--r--apps/errstr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/errstr.c b/apps/errstr.c
index c411effcd0..fedb568d68 100644
--- a/apps/errstr.c
+++ b/apps/errstr.c
@@ -121,5 +121,6 @@ int MAIN(int argc, char **argv)
ret++;
}
}
+ apps_shutdown();
EXIT(ret);
}