SCardUnload() is hidden(not exported) in beta 10, I was wondering if there would be issues if libpcsclite.so is loaded using dlopen or say a pam module links with libpcsclite.so and on login the pam module is loaded and unloaded using dlopen/dlclose, effectively libpcsclite.so will also be unloaded without SCardUnload being called, would that result in leaks.
Either we can add SCardUnload to functions to be called on unload using the linker option -zfiniarray=SCardUnload or export SCardUnload. Regards, Najam. _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
