Util: Fix minor memory leak in no-intro parsing

This commit is contained in:
Jeffrey Pfau 2015-12-29 16:58:55 -05:00
parent 67bc8e73a3
commit cd34e1af24
1 changed files with 1 additions and 0 deletions

View File

@ -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) {