Release the certificate selection callback as soon as it's no longer needed

This commit is contained in:
salvadordf 2022-03-05 14:16:25 +01:00
parent d0838e2438
commit 2133254e80
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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"
} }