Changeset 105 for trunk/GameServer.pas


Ignore:
Timestamp:
Jan 25, 2018, 11:33:52 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Various memory leaks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GameServer.pas

    r54 r105  
    273273        inc(nBrain);
    274274    until FindNext(f) <> 0;
     275  FindClose(F);
    275276end;
    276277
     
    44994500
    45004501FindFirst(ParamStr(0), $21, ExeInfo);
     4502FindClose(ExeInfo);
    45014503
    45024504{$IFOPT O-}nHandoverStack := 0; {$ENDIF}
Note: See TracChangeset for help on using the changeset viewer.