]> the.earth.li Git - onak.git/commit
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)
commit2b28bb7cc65dc9594092dff860fd89bd14dd8b27
treec4bc00a0225bcb157c25716e0e5f91acebdb5581
parentd623a1b8e656cc5f45b360b402dfc974c711c8d3
Fix memory leak in makewordlistfromkey()

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
wordlist.c