From: Jaroslav Kysela Date: Sun, 16 Nov 2014 10:04:09 +0000 (+0100) Subject: mpegts_input_open_pid: fix the wrong variable assignment X-Git-Tag: v4.1~765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37bee9eb5e1829e1369bdcc1ccd8fc058e8008d2;p=thirdparty%2Ftvheadend.git mpegts_input_open_pid: fix the wrong variable assignment --- diff --git a/src/input/mpegts/mpegts_input.c b/src/input/mpegts/mpegts_input.c index 87c76d796..7b95cd1de 100644 --- a/src/input/mpegts/mpegts_input.c +++ b/src/input/mpegts/mpegts_input.c @@ -349,7 +349,7 @@ mpegts_input_open_pid buf, mp->mp_pid, mp->mp_pid, type, owner); } else { free(mps); - mps = NULL; + mp = NULL; } } return mp;