]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
psip: try to fix refcounting (see #4093)
authorJaroslav Kysela <perex@perex.cz>
Tue, 20 Dec 2016 09:07:59 +0000 (10:07 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 20 Dec 2016 09:07:59 +0000 (10:07 +0100)
src/epggrab/module/psip.c

index 2cbd88626a703eee6a0ff2cf1b08cde3ddb91eae..4da7b4715f3d42cd8860ec831b2cdc08c44d68ce 100644 (file)
@@ -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;