X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=wordlist.c;h=6827ba282db2ecc5a7a64e2a02238d4a85991c27;hb=743957a08f068529d3add3e8485678b4e5034195;hp=e40fe82dc080736120e7c2cb581a8f17aee0643e;hpb=0c120d1895d25b59abe338862189be1b87447569;p=onak.git diff --git a/wordlist.c b/wordlist.c index e40fe82..6827ba2 100644 --- a/wordlist.c +++ b/wordlist.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -107,6 +106,7 @@ struct ll *makewordlistfromkey(struct ll *wordlist, wordlist = lladd(wordlist, strdup(wl->object)); } } + llfree(words, NULL); free(uids[i]); uids[i] = NULL; }