fcl-db: sqldb: Test for assigned AParams in LogParams to avoid AV. Bug #30662

git-svn-id: trunk@34573 -
This commit is contained in:
lacak 2016-09-29 05:29:02 +00:00
parent fe99472d22
commit cc100208c9

View File

@ -1747,7 +1747,7 @@ Var
P : TParam;
begin
if not LogEvent(detParamValue) then
if not LogEvent(detParamValue) or not Assigned(AParams) then
Exit;
For P in AParams do
begin