Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscription: remove only raw service when it's parent, fixes #3256
  • Loading branch information
perexg committed Nov 3, 2015
1 parent 78a715e commit 70a5d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscriptions.c
Expand Up @@ -602,7 +602,7 @@ subscription_unsubscribe(th_subscription_t *s, int quiet)
}

#if ENABLE_MPEGTS
if (raw)
if (raw && t == raw)
service_remove_raw(raw);
#endif

Expand Down

0 comments on commit 70a5d62

Please sign in to comment.