src/dvbpsi.c: assert() on correct condition
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.
Showing
Please register or sign in to comment