mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
Attempt to fix an 64bit-only access violation
This commit is contained in:
@ -609,6 +609,7 @@ begin
|
||||
PCol.OrgPrivs.Add(rxTemp.Match[1]);
|
||||
PCol.GrantCode := PCol.GrantCode + rxTemp.Match[1] + ' ('+Trim(Cols[j])+')' + ', ';
|
||||
end;
|
||||
Cols.Free;
|
||||
|
||||
end;
|
||||
if not rxTemp.ExecNext then
|
||||
@ -702,7 +703,6 @@ begin
|
||||
FreeAndNil(Grants);
|
||||
FreeAndNil(CloneGrants);
|
||||
FreeAndNil(AllPnames);
|
||||
FreeAndNil(Cols);
|
||||
end;
|
||||
|
||||
// Populate privilege tree
|
||||
|
Reference in New Issue
Block a user