authd: try to destroy all providers on the way out.
This commit is contained in:
parent
420cfb677c
commit
0da2a404fa
1 changed files with 2 additions and 0 deletions
|
@ -202,5 +202,7 @@ main(int argc, char *argv[])
|
|||
|
||||
rb_helper_loop(authd_helper, 0);
|
||||
|
||||
destroy_providers();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue