]> the.earth.li Git - onak.git/commit
Fix memory leaks found using valgrind
authorJonathan McDowell <noodles@earth.li>
Sat, 2 Nov 2013 03:59:51 +0000 (20:59 -0700)
committerJonathan McDowell <noodles@earth.li>
Sat, 2 Nov 2013 03:59:51 +0000 (20:59 -0700)
commit2f9af5d673891e566b306bf4e00970e3df0ea01d
tree342a5ec8453a2cd35ce3349d0ab601b969b31f44
parent22dbb73fb1081160dad0259efca4463439214f65
Fix memory leaks found using valgrind

A harmless failure to cleanup the config structure before exiting
keydctl and a more major (small, but key runs for a long period of
time) leak of the search string for fetching a key by text string
in keyd.
keyd.c
keydctl.c