Browse Source

* Free Contents of TFPWebAction in Destructor

git-svn-id: trunk@17322 -
michael 14 years ago
parent
commit
6408dbfbb3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-web/src/base/fpweb.pp

+ 1 - 0
packages/fcl-web/src/base/fpweb.pp

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