[pkg-opensc-commit] [libp11] 25/239: C_UnloadModule(): call lt_dlexit() after lt_dlclose()

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit f3b1b8e25617d52ab4c13903f0ac73c8a7c8b789
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Mon Aug 29 08:43:01 2005 +0000

    C_UnloadModule(): call lt_dlexit() after lt_dlclose()
---
 src/libpkcs11.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/libpkcs11.c b/src/libpkcs11.c
index a941333..119b037 100644
--- a/src/libpkcs11.c
+++ b/src/libpkcs11.c
@@ -94,5 +94,8 @@ C_UnloadModule(void *module)
 
 	memset(mod, 0, sizeof(*mod));
 	free(mod);
+
+	lt_dlexit();
+
 	return CKR_OK;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list