• Max Kellermann's avatar
    jack: don't set audioOutput->data=NULL · edd7e2f9
    Max Kellermann authored
    There is only one caller of freeJackData() left: jack_finishDriver().
    This function is called by the mpd core, and is called exactly once
    for every successful jack_initDriver().  We do not need to clear
    audioOutput->data, since this variable is invalidated anyway.
    edd7e2f9
audioOutput_jack.c 10.3 KB