From 0da2a404fab2f8e26164aa26733c570a2244c933 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sat, 26 Mar 2016 23:39:22 -0500 Subject: [PATCH] authd: try to destroy all providers on the way out. --- authd/authd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authd/authd.c b/authd/authd.c index f2b051907..1432a5458 100644 --- a/authd/authd.c +++ b/authd/authd.c @@ -202,5 +202,7 @@ main(int argc, char *argv[]) rb_helper_loop(authd_helper, 0); + destroy_providers(); + return 0; }