From d4a222aff5af90a8bdd9b20a60c89f4b9761e736 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 26 Nov 2007 11:58:15 +0000 Subject: [PATCH] initialize array --- lib/dvb/radiotext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dvb/radiotext.cpp b/lib/dvb/radiotext.cpp index 3e057194..d4cc2358 100644 --- a/lib/dvb/radiotext.cpp +++ b/lib/dvb/radiotext.cpp @@ -12,6 +12,7 @@ eDVBRdsDecoder::eDVBRdsDecoder(iDVBDemux *demux) setStreamID(0xC0, 0xC0); memset(rass_picture_mask, 0, sizeof(rass_picture_mask)); + memset(rtp_item, 0, sizeof(rtp_item)); if (demux->createPESReader(eApp, m_pes_reader)) eDebug("failed to create PES reader!"); -- 2.30.2