]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remove some memleaks reported by Valgrind
authorpcarana <pc.moreno2099@gmail.com>
Wed, 27 Mar 2019 17:41:34 +0000 (11:41 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Wed, 27 Mar 2019 17:41:34 +0000 (11:41 -0600)
commitecb093f07a26f8a348b87cca8ae62b4dad1ae3f6
tree10c217a1d1e63ce195c45840819d2ea83b2b45bb
parentdf36ac7f2efbba51be14b476305788082bc15464
Remove some memleaks reported by Valgrind

-Make threads joinable and implement a destroy function used by the main thread (here all the threads are joined).
-Start the updates_daemon until the server socket is correctly binded.
-Valgrind reports some leaks on abnormal termination, so these will be handled later.
src/main.c
src/rtr/pdu.c
src/rtr/rtr.c
src/rtr/rtr.h
src/updates_daemon.c
src/updates_daemon.h