BUILD: Free the a52 state in the configure compilation test
So ASan does not print a leak report in the middle of the configure output when it is enabled.
This commit is contained in:
parent
e2e1ec2778
commit
4d36606b27
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue