mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 21:12:30 +02:00
* Free Contents of TFPWebAction in Destructor
git-svn-id: trunk@17322 -
This commit is contained in:
parent
48b79b9c31
commit
6408dbfbb3
@ -204,6 +204,7 @@ end;
|
|||||||
|
|
||||||
destructor TFPWebAction.destroy;
|
destructor TFPWebAction.destroy;
|
||||||
begin
|
begin
|
||||||
|
FreeandNil(FContents);
|
||||||
FreeAndNil(FTemplate);
|
FreeAndNil(FTemplate);
|
||||||
inherited destroy;
|
inherited destroy;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user