]> the.earth.li Git - onak.git/blobdiff - wordlist.c
Bump debhelper compat level to 13
[onak.git] / wordlist.c
index b594253951d95ba7ace86347c7fca7d4cbb493df..6827ba282db2ecc5a7a64e2a02238d4a85991c27 100644 (file)
  * 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 <https://www.gnu.org/licenses/>.
  */
 
 #include <ctype.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "ll.h"
 #include "decodekey.h"
-#include "log.h"
+#include "keystructs.h"
 #include "wordlist.h"
 
 /**
@@ -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;
        }