X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=wordlist.c;h=6827ba282db2ecc5a7a64e2a02238d4a85991c27;hb=2b28bb7cc65dc9594092dff860fd89bd14dd8b27;hp=0feeb8217833eb6b375a9fce8d5c81de42dcf5e9;hpb=d623a1b8e656cc5f45b360b402dfc974c711c8d3;p=onak.git diff --git a/wordlist.c b/wordlist.c index 0feeb82..6827ba2 100644 --- a/wordlist.c +++ b/wordlist.c @@ -106,6 +106,7 @@ struct ll *makewordlistfromkey(struct ll *wordlist, wordlist = lladd(wordlist, strdup(wl->object)); } } + llfree(words, NULL); free(uids[i]); uids[i] = NULL; }