mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
+ avoided mem-leak
git-svn-id: trunk@1777 -
This commit is contained in:
parent
f1733aed59
commit
dcbf526530
@ -215,7 +215,8 @@ end;
|
||||
|
||||
function TMySQLConnection.AllocateTransactionHandle: TSQLHandle;
|
||||
begin
|
||||
Result:=TMySQLTransaction.Create;
|
||||
// Result:=TMySQLTransaction.Create;
|
||||
Result := nil;
|
||||
end;
|
||||
|
||||
procedure TMySQLConnection.PrepareStatement(cursor: TSQLCursor;
|
||||
|
Loading…
Reference in New Issue
Block a user