mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
* Bugfix: plug the most obvious memory leaks.
* Clear some unused code and wrong comments.
This commit is contained in:
@@ -154,6 +154,8 @@ begin
|
||||
cols[length(cols)-1].Quote := false;
|
||||
ds.Next;
|
||||
end;
|
||||
ds.Close;
|
||||
FreeAndNil(ds);
|
||||
DisplayColumns(self);
|
||||
end;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user