Page MenuHomePhabricator

InterpolationSegmentation uses too much memory
Closed, ResolvedPublic

Description

The current implementation of the InterpolationSegmentation uses a massive amount of memory that is not correctly freed at the end of the interpolation.

This can cause a huge memory-leak.

By correctly deleting the intermediate filters and disconnecting the pipeline on the intermediate results, the memory usage can be reduced and the risk of memory-leaks removed/decreased.

Event Timeline

New remote branch pushed: bug-14442-memory-leak

The fix for the memory leak has been integrated into master by means of T15439 and this bug can be closed now...

Although the changes seem to be missing from the master, the code modifications are actually there. So this issue is done..