Ignore:
Timestamp:
Jun 26, 2020, 1:13:34 AM (4 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/GameServer.pas

    r246 r266  
    289289        FreeLibrary(hm);
    290290    end;
    291   PlayersBrain.Free;
    292   bix.Free;
    293   Brains.Free;
     291  FreeAndNil(PlayersBrain);
     292  FreeAndNil(bix);
     293  FreeAndNil(Brains);
    294294end;
    295295
Note: See TracChangeset for help on using the changeset viewer.