Memory Leak
Status: Pre-Alpha
Brought to you by:
wittrup
Got some issues with a memory leak causing the program to stop repainting/drawing it's gui and popupmenu after running for approximately 3 days.
Just fixed one of the obvious where the application don't free the memory of a string list that is created every 30 seconds, not sure about the dynamic popupmenu, running new tests as we speak...
I have rewritten as a VCL (Visual Component Library) application in Delphi XE3.
{$IFDEF DEBUG} ReportMemoryLeaksOnShutdown := True; {$ENDIF}
Reports no memoryleaks.