Page MenuHomePhabricator

Image Statistics Calculator Test has a memory leak
Closed, ResolvedPublic

Assigned To
Authored By
isensee
Jan 20 2017, 11:44 AM
Referenced Files
None
Subscribers
Tokens
"Hungry Hippo" token, awarded by kislinsk.

Description

During testing the ram usage goes up and up beyong 4 GB. This increase is linear which suggests that image pointers are not freed after each test case

Event Timeline

Missing teardown method was added. After each test all image and pf pointers are reset to nullptr.