Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
psip: try to fix refcounting (see #4093)
  • Loading branch information
perexg committed Dec 20, 2016
1 parent e73a8b4 commit c38af4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/epggrab/module/psip.c
Expand Up @@ -127,7 +127,6 @@ psip_update_table(psip_status_t *ps, uint16_t pid, int type)
if (pt->pt_type != type && pt->pt_table) {
mpegts_table_destroy(pt->pt_table);
pt->pt_table = NULL;
ps->ps_refcount--;
goto assign;
}
return pt;
Expand Down

0 comments on commit c38af4c

Please sign in to comment.