danieleteti / loggerpro

An modern and pluggable logging framework for Delphi
Apache License 2.0
352 stars 91 forks source link

Changes introduced in change request #103 produce an exception #81

Closed pjrobin closed 11 months ago

pjrobin commented 11 months ago

The changes in Quick.Logger.Provider.Memory.pas of change request #103 are producing an exception: trying to free the critical section in finalization crashes because it's already freed. Reversing the changes works.

pjrobin commented 11 months ago

sorry wrong repo