rgb-cln/connectd
Rusty Russell 68043c2e8c common: clean up autodata in common_shutdown().
valgrind locally complains about the allocations in autodata leaking:

```
==138200== 16 bytes in 1 blocks are still reachable in loss record 1 of 2
==138200==    at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==138200==    by 0x10D41A: autodata_register_ (autodata.c:20)
==138200==    by 0x10E7B8: register_autotype_type_to_string (type_to_string.h:79)
==138200==    by 0x10F5CA: register_one_type_to_string0 (block.c:259)
==138200==    by 0x19734C: __libc_csu_init (in /home/rusty/devel/cvs/lightning/common/test/run-route-specific)
==138200==    by 0x4A3D03F: (below main) (libc-start.c:264)
==138200== 
==138200== 176 bytes in 1 blocks are still reachable in loss record 2 of 2
==138200==    at 0x483DFAF: realloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==138200==    by 0x10D472: autodata_register_ (autodata.c:26)
==138200==    by 0x122D37: register_autotype_type_to_string (type_to_string.h:79)
==138200==    by 0x122F1F: register_one_type_to_string0 (node_id.c:50)
==138200==    by 0x19734C: __libc_csu_init (in /home/rusty/devel/cvs/lightning/common/test/run-route-specific)
==138200==    by 0x4A3D03F: (below main) (libc-start.c:264)
==138200== 
make: *** [Makefile:638: unittest/common/test/run-route-specific] Error 7
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-11-17 10:51:48 +10:30
..
test lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
Makefile common: clean up autodata in common_shutdown(). 2021-11-17 10:51:48 +10:30
connectd.c wireaddr: clean up tor parsing. 2021-11-14 18:49:46 +01:00
connectd.h connectd: clearly differentiate incoming and outgoing paths. 2021-03-25 11:31:58 +10:30
connectd_gossipd_wire.csv connectd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
connectd_wire.csv connectd: listen on ports for which we should spawn a proxy. 2021-10-22 11:56:30 +02:00
handshake.c connectd: listen on ports for which we should spawn a proxy. 2021-10-22 11:56:30 +02:00
handshake.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
netaddress.c torv2: remove support for advertizing and connecting. 2021-11-14 18:49:46 +01:00
netaddress.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
peer_exchange_initmsg.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
peer_exchange_initmsg.h connectd: clearly differentiate incoming and outgoing paths. 2021-03-25 11:31:58 +10:30
sha1.c lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
sha1.h lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
tor.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00:00
tor_autoservice.c wireaddr: clean up tor parsing. 2021-11-14 18:49:46 +01:00
tor_autoservice.h wireaddr: clean up tor parsing. 2021-11-14 18:49:46 +01:00
websocketd.c lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00