microsoft/Windows-classic-samples

SampleHardwareEventCredentialProvider is not to free resources

nikishyn opened this issue · 0 comments

I am exploring windows credential providers.
So, I have started with this samples SampleHardwareEventCredentialProvider from https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/security/credentialproviders solution.

I added some logs to constructors and destructors for the following classes:
CSampleCredential, CommandWindow, CSampleProvider, MessageCredential.

Seems, that destructors are not called after login.

Build environment
Windows 10 - 64 bit
Visual Studio 2019