Changes between Version 1 and Version 3 of Ticket #24660
- Timestamp:
- 02/05/18 11:02:19 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24660
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
to
u/Konrad127123/memory_leak_in_subgraphsearch
-
Property
Commit
changed from
to
77b84909751cc78971a686854266b8b371415dc9
-
Property
Status
changed from
-
Ticket #24660 – Description
v1 v3 18 18 }}} 19 19 20 Without the missing line, the memory usage keeps increasing (about 32 bytes per iteration). With the line added, the memory usage is constant.20 Currently, the memory usage keeps increasing (about 32 bytes per iteration of the loop). With the line added, the memory usage is constant.