Changeset 397


Ignore:
Timestamp:
Aug 1, 2012, 6:17:18 AM (12 years ago)
Author:
chronos
Message:
Location:
ModularSystem
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ModularSystem/Demo

    • Property svn:ignore
      •  

        old new  
        44Demo.exe
        55Demo.lps
         6Demo
  • ModularSystem/Demo/UMainForm.pas

    r394 r397  
    103103procedure TMainForm.FormCreate(Sender: TObject);
    104104begin
    105   ModuleManager := TModuleManager.Create;
     105  ModuleManager := TModuleManager.Create(nil);
    106106  RegisterModules;
    107107end;
  • ModularSystem/UModularSystem.pas

    r396 r397  
    188188begin
    189189  UninstallAll;
    190   FreeAndNil(FAPI);
    191190  FreeAndNil(Modules);
    192191  inherited Destroy;
Note: See TracChangeset for help on using the changeset viewer.