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
|
else
|
||||||
FSelectCertCallback.Select(nil);
|
FSelectCertCallback.Select(nil);
|
||||||
finally
|
finally
|
||||||
|
FSelectCertCallback := nil;
|
||||||
DestroyCertificates;
|
DestroyCertificates;
|
||||||
FreeAndNil(TempSelector);
|
FreeAndNil(TempSelector);
|
||||||
end;
|
end;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 365,
|
"InternalVersion" : 366,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "99.2.9.0"
|
"Version" : "99.2.9.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user