From: Jaroslav Kysela Date: Tue, 20 Dec 2016 09:07:59 +0000 (+0100) Subject: psip: try to fix refcounting (see #4093) X-Git-Tag: v4.2.1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38af4c9c342e2b5fbf195db84e49ec011871fc2;p=thirdparty%2Ftvheadend.git psip: try to fix refcounting (see #4093) --- diff --git a/src/epggrab/module/psip.c b/src/epggrab/module/psip.c index 2cbd88626..4da7b4715 100644 --- a/src/epggrab/module/psip.c +++ b/src/epggrab/module/psip.c @@ -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;