mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 09:50:18 +02:00
* Moved FreeAndNil(FDollarStrings) to correct location
git-svn-id: trunk@33266 -
This commit is contained in:
parent
73792db52b
commit
51d22b02a0
@ -633,6 +633,7 @@ begin
|
||||
FreeAndNil(FSQL);
|
||||
FreeAndNil(FDirectives);
|
||||
FreeAndNil(FDefines);
|
||||
FreeAndNil(FDollarStrings);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
@ -645,7 +646,6 @@ procedure TCustomSQLScript.DefaultDirectives;
|
||||
begin
|
||||
With FDirectives do
|
||||
begin
|
||||
FreeAndNil(FDollarStrings);
|
||||
// Insertion order matters as testing for directives will be done with StartsWith
|
||||
if FUseSetTerm then
|
||||
Add('SET TERM');
|
||||
|
Loading…
Reference in New Issue
Block a user