mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:45:41 +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)
|
if (context->batch)
|
||||||
free(context->batch);
|
free(context->batch);
|
||||||
free(context);
|
free(context);
|
||||||
|
snd_config_update_free_global();
|
||||||
exit(exitcode);
|
exit(exitcode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue