• Max Kellermann's avatar
    alsa_mixer: call snd_config_update_free_global() in finish() · eb059a78
    Max Kellermann authored
    snd_config_update_free_global() frees cached ALSA configuration.  This
    keeps valgrind a little bit more quiet.  This patch moves the call
    from the open() method into the finish() method, which seems more
    natural: it allows the use of the config cache, and improves the
    cleanup phase.
    eb059a78
alsa_mixer.c 5.08 KB