dvbpsi.c: fix bug in dvbpsi_decoder_psi_section_add()
Inserting a new PSI section did not take into account that the previous pointer could be none existing. It was equal to the start of the list, which resulted in a loop. (Fixes commit: 57c6cd63)
Showing
Please register or sign in to comment