mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 18:10:23 +02:00
+ fixed a resource link
git-svn-id: trunk@3308 -
This commit is contained in:
parent
c6a9d889fa
commit
1796561a9c
@ -289,10 +289,6 @@ begin
|
||||
C:=Cursor as TCursorName;
|
||||
if c.FStatementType=stSelect then
|
||||
c.FNeedData:=False;
|
||||
If (C.FRes<>Nil) then
|
||||
begin
|
||||
C.FRes:=Nil;
|
||||
end;
|
||||
if (c.FQMySQL <> Nil) then
|
||||
begin
|
||||
mysql_close(c.FQMySQL);
|
||||
|
Loading…
Reference in New Issue
Block a user