mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Release the certificate selection callback as soon as it's no longer needed
This commit is contained in:
parent
d0838e2438
commit
2133254e80
@ -795,6 +795,7 @@ begin
|
||||
else
|
||||
FSelectCertCallback.Select(nil);
|
||||
finally
|
||||
FSelectCertCallback := nil;
|
||||
DestroyCertificates;
|
||||
FreeAndNil(TempSelector);
|
||||
end;
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 365,
|
||||
"InternalVersion" : 366,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "99.2.9.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user