Skip to content

src: add Cleanable class to Environment

We store a linked list of Cleanable objects on the node::Environment and invoke their Clean() method during env teardown.

This eliminates the need for adding many cleanup hooks.

Merge request reports

Loading