]> the.earth.li Git - onak.git/commit
Fix up memory leaks in fs keydb backend deletion
authorJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 18:03:44 +0000 (19:03 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 18:03:44 +0000 (19:03 +0100)
commita8c0920cce727a12697154a85896f2a3ba47eb75
tree7ef4619ff55565fd5d47cd6a7ca55abfa4c2c70e
parent2b28bb7cc65dc9594092dff860fd89bd14dd8b27
Fix up memory leaks in fs keydb backend deletion

We need to clean up the wordlist we created, as well as the copy of the
actual key we retrieved.
keydb_fs.c