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:
@@ -56,11 +56,11 @@ type
|
||||
Comment : String;
|
||||
end;
|
||||
|
||||
TMysqlConnectThread = class(TThread)
|
||||
{*TMysqlConnectThread = class(TThread)
|
||||
private
|
||||
protected
|
||||
public
|
||||
end;
|
||||
end;*}
|
||||
|
||||
TMysqlQueryThread = class(TThread)
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user