mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +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…
Reference in New Issue
Block a user