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
FSelectCertCallback.Select(nil);
finally
FSelectCertCallback := nil;
DestroyCertificates;
FreeAndNil(TempSelector);
end;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 365,
"InternalVersion" : 366,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "99.2.9.0"
}