catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
327 stars 80 forks source link

Fix incorrect index in keys_del() #973

Closed lars18th closed 2 years ago

lars18th commented 2 years ago

Because an incorrect slection of the index ("i" instead of "j") when decoding multiple channels using different sources in some cases all the decoding is stoped.

Fixes the bug #932.