Ignore:
Timestamp:
Jun 30, 2023, 3:36:57 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/overos/UFormMain.pas

    r24 r38  
    11unit UFormMain;
    2 
    3 {$mode objfpc}{$H+}
    42
    53interface
     
    102100begin
    103101  Timer1.Enabled := False;
    104   App.Free;
    105   System.Free;
     102  FreeAndNil(App);
     103  FreeAndNil(System);
    106104end;
    107105
Note: See TracChangeset for help on using the changeset viewer.