epggrab: ota - small optimization

This commit is contained in:
Jaroslav Kysela 2014-10-14 11:32:20 +02:00
parent 6b9d0d1c45
commit 2349f48cda

View file

@ -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 */