mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:55:42 +01:00
alsaucm: call snd_config_update_free_global() to make valgrind more happy
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
5828279b5d
commit
94401f7afe
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ static void my_exit(struct context *context, int exitcode)
|
|||
if (context->batch)
|
||||
free(context->batch);
|
||||
free(context);
|
||||
snd_config_update_free_global();
|
||||
exit(exitcode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue