Delphi Event Bus (for short DEB) is an Event Bus framework for Delphi
Apache License 2.0
466
stars
110
forks
source link
This doesn't seem to be fixed, even with the latest commit as of Aug 18, 2020. When TEventMM = mmManual or mmManualAndFreeMainEvent, LEvent is NEVER properly free-ed, and will result in memory leak! #30
This doesn't seem to be fixed, even with the latest commit as of Aug 18, 2020. When TEventMM = mmManual or mmManualAndFreeMainEvent, LEvent is NEVER properly free-ed, and will result in memory leak!
The test cases do not cover mmManual and mmManualAndFreeMainEvent
This doesn't seem to be fixed, even with the latest commit as of Aug 18, 2020. When TEventMM = mmManual or mmManualAndFreeMainEvent, LEvent is NEVER properly free-ed, and will result in memory leak!
The test cases do not cover mmManual and mmManualAndFreeMainEvent
Originally posted by @wxinix in https://github.com/spinettaro/delphi-event-bus/issues/10#issuecomment-675817620