summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/ntux_amain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/ntux_amain.c b/src/driver/ntux_amain.c
index 6b9acf4..11741c9 100644
--- a/src/driver/ntux_amain.c
+++ b/src/driver/ntux_amain.c
@@ -57,6 +57,7 @@ static void ntux_perform_unit_actions(
static int ntux_exit(struct ntux_driver_ctx * dctx, int ret)
{
+ ntux_output_error_vector(dctx);
ntux_free_driver_ctx(dctx);
return ret;
}