summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2020-03-06 14:52:07 +0100
committerFrediano Ziglio <freddy77@gmail.com>2020-04-17 08:59:09 +0100
commit42475d4ca9ae8b75b349b9b522837de50e8a487b (patch)
tree2cc2a5993dcfc4336e7916be9a1df94b0a277c71 /src
parenta9fb4177973ad99d3ec030d30a4388c26149a759 (diff)
Use the new finalize API in tools and tests and refactor the order of the calls in cleanup
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/vscclient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vscclient.c b/src/vscclient.c
index d1bba7b..5d1efc2 100644
--- a/src/vscclient.c
+++ b/src/vscclient.c
@@ -927,5 +927,7 @@ main(
pcsc_deinit();
#endif
+ vcard_emul_finalize();
+
return 0;
}