소스 검색

* Free Contents of TFPWebAction in Destructor

git-svn-id: trunk@17322 -
michael 14 년 전
부모
커밋
6408dbfbb3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;