mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix C89_BUILD with clang.
This commit is contained in:
parent
d6d882f34b
commit
aac42e309c
2
deps/rcheevos/src/rcheevos/alloc.c
vendored
2
deps/rcheevos/src/rcheevos/alloc.c
vendored
@ -50,4 +50,4 @@ void rc_destroy_parse_state(rc_parse_state_t* parse)
|
||||
{
|
||||
if (parse->scratch.memref != parse->scratch.memref_buffer)
|
||||
free(parse->scratch.memref);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user