diff --git a/src/util/nointro.c b/src/util/nointro.c index e1d344ae8..0cbd436e3 100644 --- a/src/util/nointro.c +++ b/src/util/nointro.c @@ -75,6 +75,7 @@ static void _indexU32x(struct NoIntroDB* db, struct Table* table, const char* ca } TableInsert(table, key, item); } + free(tmpKey); } static void _itemDeinit(void* value) {