From 2349f48cda80b49c04427a65d2479c5ad4ff2358 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 14 Oct 2014 11:32:20 +0200 Subject: [PATCH] epggrab: ota - small optimization --- src/epggrab/otamux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epggrab/otamux.c b/src/epggrab/otamux.c index aa6836cc..b0a34127 100644 --- a/src/epggrab/otamux.c +++ b/src/epggrab/otamux.c @@ -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 */