]> the.earth.li Git - onak.git/commitdiff
Fix memory leak in makewordlistfromkey()
authorJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 17:49:47 +0000 (18:49 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 17:49:47 +0000 (18:49 +0100)
We were building a linked list of words in each UID, but then not
cleaning up this linked list when we were done with it. Found with gcc
-fsanitize=leak


No differences found