all repos — mgba @ cd34e1af24ffc9e7c0314b837789044fc2302701

mGBA Game Boy Advance Emulator

Util: Fix minor memory leak in no-intro parsing
Jeffrey Pfau jeffrey@endrift.com
Tue, 29 Dec 2015 16:58:55 -0500
commit

cd34e1af24ffc9e7c0314b837789044fc2302701

parent

67bc8e73a33a968b16d9dd319edbe5ac8e13cc46

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/util/nointro.csrc/util/nointro.c

@@ -75,6 +75,7 @@ continue;

} TableInsert(table, key, item); } + free(tmpKey); } static void _itemDeinit(void* value) {