From e9661bc5cd88ea3ccd14c29acce1882cf109d5d9 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 2 Oct 2014 19:18:20 +0400 Subject: [PATCH] zapit/src/channel.cpp: add missed pmtLen init --- src/zapit/src/channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zapit/src/channel.cpp b/src/zapit/src/channel.cpp index b4d38e3f2..1740c847c 100644 --- a/src/zapit/src/channel.cpp +++ b/src/zapit/src/channel.cpp @@ -73,6 +73,7 @@ void CZapitChannel::Init() { //caPmt = NULL; rawPmt = NULL; + pmtLen = 0; type = 0; number = 0; scrambled = 0;