]> the.earth.li Git - onak.git/commit
Improve memory clean-up on exit
authorJonathan McDowell <noodles@earth.li>
Tue, 7 Jun 2016 10:37:37 +0000 (11:37 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 7 Jun 2016 10:56:50 +0000 (11:56 +0100)
commit2e969db9d32b8fba8a22125fe5b66323b6d1f71e
tree64f12ffc26f88169a8b6b569161f44d9e364fa5f
parent97c3564f800bbf922f771f79bfb7e8e014fc9b77
Improve memory clean-up on exit

onak + wotsap were failing to free the memory allocated for the config
file name if it was passed on the command line, and the config structure
cleanups failed to free any configured sock_dir or the actual DB
backend config structure. All of this gets cleaned up by normal program
exit (which is when we do our clean-up anyway), but fix it anyway.
onak-conf.c
onak.c
wotsap.c