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:
@@ -221,5 +221,8 @@ end;
|
||||
initialization
|
||||
working := TThreadList.Create;
|
||||
|
||||
finalization
|
||||
FreeAndNil(working);
|
||||
|
||||
end.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user