You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the CWT history file is processed, a new TCWOPSRec object is allocated within a while loop. However, some records are ignored and a continue occurs. The object is reallocated.
Steps To Reproduce
Can be seen via code review or in the debugger.
Expected behavior
No memory leak.
Actual Behavior
We drop objects.
Reproduces how often
100%
Version information
Morse Runner version: latest
OS/Version: Windows 11
The text was updated successfully, but these errors were encountered:
Description
When the CWT history file is processed, a new
TCWOPSRec
object is allocated within a while loop. However, some records are ignored and acontinue
occurs. The object is reallocated.Steps To Reproduce
Can be seen via code review or in the debugger.
Expected behavior
No memory leak.
Actual Behavior
We drop objects.
Reproduces how often
100%
Version information
The text was updated successfully, but these errors were encountered: