diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/say.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/say.c b/examples/say.c index 4edd864..87e89cf 100644 --- a/examples/say.c +++ b/examples/say.c @@ -186,6 +186,7 @@ int main(int argc, char **argv) { xas_audio_stream_destroy(voice); xas_audio_stream_destroy(output); + xas_bank_player_destroy(player); xas_bank_destroy(bank); xas_vox_destroy(vox); |