• Jean-Paul Saman's avatar
    src/dvbpsi.c: assert() on correct condition · d6bdd063
    Jean-Paul Saman authored
    The assert fired on the p_dvbpsi->p_private being NULL, while it should
    have reacted on p_dvbpsi->p_private not being NULL. When the handle to
    libdvbpsi (holding msg callback) is being deleted NO decoder maybe attached.
    d6bdd063
pat.c 15.3 KB