Complete
Details
Assignee
CalebCalebReporter
CalebCalebLabels
Time remaining
0mComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created September 21, 2021 at 4:05 PM
Updated July 1, 2022 at 5:43 PM
Resolved September 21, 2021 at 6:54 PM
There are situations where memory can be calloc()'ed and never free()'ed when a MemoryError or RuntimeError is raised inside a for loop.
Even though this situation would be very rare, it does exist so need to make sure we don't leak memory in that situation.