diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-05-24 15:45:54 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-05-24 15:45:54 +0200 |
| commit | a8e0c141b0184d629504b9f0ee8dbc4fefb90934 (patch) | |
| tree | cff0f7e64ce58dc8f1e4ff4501743d9b94449c94 /ines2.c | |
| parent | e28ad1546509de31b706f0fd300a906e5bc55199 (diff) | |
3011fps
Diffstat (limited to 'ines2.c')
| -rw-r--r-- | ines2.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ static int ines2_load(struct nes_state *state, const char *path) { } if(!data || size < INES_HEADER_SIZE) { + free(data); return -1; } |
