coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
MIT License
116 stars 64 forks source link

TIdModBusServer leaks a TCriticalSection #27

Closed JensMertelmeyer closed 6 years ago

JensMertelmeyer commented 6 years ago

In its constructor, TIdModBusServer creates a TCriticalSection, assigns it to FLogCriticalSection but never destroys it.