Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Setting.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.131 by h677, Sat Oct 6 05:27:27 2007 UTC revision 1.132 by h677, Sun Feb 3 15:00:55 2008 UTC
# Line 993  end; Line 993  end;
993  //デストラクタ  //デストラクタ
994  destructor TSetting.Destroy();  destructor TSetting.Destroy();
995  begin  begin
996      FreeAndNil(FSkinFiles);          FBoardColumnOrder.Free;
997          FreeAndNil(FGestures);          FCategoryColumnOrder.Free;
998          FreeAndNil(FBoardColumnOrder);          FBBSColumnOrder.Free;
999          FreeAndNil(FCategoryColumnOrder);          FSelectTextList.Free;
1000          FreeAndNil(FBBSColumnOrder);          FBoardURLs.Free;
1001          FreeAndNil(FBoardURLs);          FMailList.Free;
1002          FreeAndNil(FSelectTextList);          FNameList.Free;
1003          FreeAndNil(FMailList);          FGestures.Free;
1004          FreeAndNil(FNameList);      FSkinFiles.Free;
1005          inherited;          inherited;
1006  end;  end;
1007    

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26