Merge pull request #8612 from orbea/c89

Fix C89_BUILD with clang.
This commit is contained in:
Twinaphex 2019-04-21 00:01:26 +02:00 committed by GitHub
commit ba3161af87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}