Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb_psi: fix service refcounting for bskyb bouquets
  • Loading branch information
perexg committed Jan 5, 2016
1 parent 3868710 commit 0f6d56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/dvb_psi.c
Expand Up @@ -813,6 +813,7 @@ dvb_bskyb_local_channels
if (s) {
bs = calloc(1, sizeof(*bs));
bs->svc = s;
service_ref((service_t *)s);
TAILQ_INSERT_TAIL(&bi->services, bs, link);
}
}
Expand Down

0 comments on commit 0f6d56f

Please sign in to comment.