core-lightning/lightningd/test
Christian Decker 27ea47ae37 plugins: Fix undefined deallocation order in struct plugins
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.
2020-04-16 18:03:35 +09:30
..
Makefile makefiles: move all unit tests under make check-units 2019-06-30 16:41:30 +09:30
run-find_my_abspath.c plugins: Fix undefined deallocation order in struct plugins 2020-04-16 18:03:35 +09:30
run-invoice-select-inchan.c plugins: make chained hooks have two different callbacks. 2020-04-16 09:40:39 +09:30
run-jsonrpc.c plugins: make chained hooks have two different callbacks. 2020-04-16 09:40:39 +09:30
run-log-pruning.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30