Memory leak fix, Thanks MVC.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4609 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
233a4b43b4
commit
0f266666b8
@ -1358,7 +1358,8 @@ begin
|
||||
qualifiedElt := eltFormEmpty or qualifiedElt;
|
||||
qualifiedAtt := (trioQualifiedAttribute in regItem.Options) and not(trioUnqualifiedAttribute in regItem.Options);
|
||||
qualifiedAtt := not(attFormEmpty) and qualifiedAtt;
|
||||
GetPropList(locTypeInfo,FRawPropList);
|
||||
if (FRawPropList = nil) then
|
||||
GetPropList(locTypeInfo,FRawPropList);
|
||||
try
|
||||
for i := 0 to Pred(c) do begin
|
||||
ppi := FRawPropList^[i];
|
||||
|
Loading…
Reference in New Issue
Block a user