• Max Kellermann's avatar
    pulse_mixer: allocate "volume" statically · 239e6da4
    Max Kellermann authored
    The pm->volume attribute was allocated in pulse_mixer_init(), but is
    never freed.  This leaks memory.  Instead of adding the g_free() call
    to pulse_mixer_finish(), let's just make "volume" a static attribute
    of the pulse_mixer struct.  That is easier to deal with.
    239e6da4
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...