mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 18:10:17 +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;
|
||||
begin
|
||||
FreeandNil(FContents);
|
||||
FreeAndNil(FTemplate);
|
||||
inherited destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user