mirror of https://github.com/mgba-emu/mgba.git
Util: Fix minor memory leak in no-intro parsing
This commit is contained in:
parent
67bc8e73a3
commit
cd34e1af24
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue