* Free Contents of TFPWebAction in Destructor

git-svn-id: trunk@17322 -
This commit is contained in:
michael 2011-04-15 08:13:05 +00:00
parent 48b79b9c31
commit 6408dbfbb3

View File

@ -204,6 +204,7 @@ end;
destructor TFPWebAction.destroy;
begin
FreeandNil(FContents);
FreeAndNil(FTemplate);
inherited destroy;
end;