mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
parent
138d8c79d6
commit
9efe5a5a45
@ -136,7 +136,11 @@ public:
|
||||
virtual ~nsNTLMContinuationState()
|
||||
{
|
||||
(gFT->DeleteSecurityContext)(&mCtx);
|
||||
#ifdef __MINGW32__
|
||||
(gFT->FreeCredentialsHandle)(&mCred);
|
||||
#else
|
||||
(gFT->FreeCredentialHandle)(&mCred);
|
||||
#endif
|
||||
}
|
||||
|
||||
CredHandle mCred;
|
||||
|
Loading…
Reference in New Issue
Block a user