diff options
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4459,7 +4459,8 @@ extern "C" { } int main(void) { - a52_init(0); + a52_state_t *state = a52_init(0); + a52_free(state); return 0; } EOF |
index : scummvm-rg350 | ||
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350 | neonloop |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | configure | 3 |
@@ -4459,7 +4459,8 @@ extern "C" { } int main(void) { - a52_init(0); + a52_state_t *state = a52_init(0); + a52_free(state); return 0; } EOF |