Browse Source
We use the new function `plugins_free` to define the correct deallocation order on shutdown, since under normal operation the allocation tree is organized to allow plugins to terminate and automatically free all dependent resources. During shutdown the deallocation order is under-defined since siblings may get freed in any order, but we implicitly rely on them staying around.travis-debug
Christian Decker
5 years ago
4 changed files with 37 additions and 1 deletions
Loading…
Reference in new issue