Ignore:
Timestamp:
Mar 4, 2012, 10:35:47 AM (12 years ago)
Author:
chronos
Message:
  • Fixed: Memory leaks in TCompiler and TTarget.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UFormMain.pas

    r45 r46  
    88  SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
    99  UCompiler, Registry, ComCtrls, ExtCtrls, SynEdit, SynHighlighterPas,
    10   UCDManager, UProject, FileUtil, Menus, ActnList, UCDClient, UCDMaster,
    11   UCDConjoinForm, UCDWindowList, UCDLayout, UCDCustomize, UCoolTranslator,
    12   UFormTargetCode, UFormCodeTree, URegistry, ULastOpenedList, UApplicationInfo,
     10  UProject, FileUtil, Menus, ActnList,
     11  UCoolTranslator, UFormTargetCode, UFormCodeTree, URegistry, ULastOpenedList, UApplicationInfo,
    1312  UDebugLog;
    1413
     
    335334
    336335procedure TFormMain.DockInit;
    337 var
    338   Container1: TCDConjoinForm;
    339   Container2: TCDConjoinForm;
     336//var
     337  //Container1: TCDConjoinForm;
     338  //Container2: TCDConjoinForm;
    340339begin
    341340  FormSourceCode.ManualDock(TabSheetSource, nil, alClient);
Note: See TracChangeset for help on using the changeset viewer.