Skip to content

Fix memory leak.

Empty garbage bin on destruction.

Before !31289 (merged) the garbage bin was a member and emptied at entry to the extrapolator, thus the leak was limited to the last call. Now the garbage bin is emptied at exit.

Merge request reports