Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: ota - small optimization
  • Loading branch information
perexg committed Oct 14, 2014
1 parent 6b9d0d1 commit 2349f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/otamux.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 2349f48

Please sign in to comment.