epggrab: ota - small optimization
This commit is contained in:
parent
6b9d0d1c45
commit
2349f48cda
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ epggrab_ota_done ( epggrab_ota_mux_t *om, int reason )
|
|||
}
|
||||
|
||||
/* Remove subscriber */
|
||||
if ((mm = mpegts_mux_find(om->om_mux_uuid)))
|
||||
if (mm)
|
||||
mpegts_mux_unsubscribe_by_name(mm, "epggrab");
|
||||
|
||||
/* Kick - try start waiting muxes */
|
||||
|
|
Loading…
Add table
Reference in a new issue