Changeset 43 for trunk/USystem.pas


Ignore:
Timestamp:
Mar 9, 2012, 1:09:52 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Selection of available protocols in profile manager.
  • Modified: Initialization of persistent data structures rewrited to more native structures.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/USystem.pas

    r42 r43  
    665665  Types := TChronisTypeList.Create;
    666666  Modules := TListObject.Create;
    667   Client := nil;
    668667end;
    669668
     
    672671  FreeAndNil(Types);
    673672  FreeAndNil(Modules);
    674   FreeAndNil(Client);
    675673  inherited Destroy;
    676674end;
Note: See TracChangeset for help on using the changeset viewer.