ForerunnerDB icon indicating copy to clipboard operation
ForerunnerDB copied to clipboard

Dropping condition does not remove memory reference

Open urossmerdelj opened this issue 7 years ago • 0 comments

When dropping DB collection trigger/condition it does not actually remove it from the list of conditions and thus not releasing its memory reference.

It's a simple typo of condition._dataSource.when instead of condition._dataSource._when.

image

urossmerdelj avatar Oct 10 '18 00:10 urossmerdelj