• Max Kellermann's avatar
    jack: duplicate jack_get_ports() return values · 1fe12933
    Max Kellermann authored
    JACK documentation states: "The caller is responsible for calling
    free(3) any non-NULL returned value."
    
    This does not seem to include the array elements.  Duplicate them
    after jack_get_ports(), and free only the array.  Convert
    JackData.output_ports to non-const.
    1fe12933
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...