+ avoided mem-leak

git-svn-id: trunk@1777 -
This commit is contained in:
joost 2005-11-17 16:06:40 +00:00
parent f1733aed59
commit dcbf526530

View File

@ -215,7 +215,8 @@ end;
function TMySQLConnection.AllocateTransactionHandle: TSQLHandle;
begin
Result:=TMySQLTransaction.Create;
// Result:=TMySQLTransaction.Create;
Result := nil;
end;
procedure TMySQLConnection.PrepareStatement(cursor: TSQLCursor;