]> the.earth.li Git - onak.git/commitdiff
Fix memory leak when updating keys
authorJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 18:30:06 +0000 (19:30 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 18:30:06 +0000 (19:30 +0100)
If the first new key had no new components we'd remove it from the list
but not actually free it. Fix things up so we free it properly. Found
with gcc's -fsanitize=leak option.


No differences found