[SCM] kodi-pvr-vdr-vnsi/master: VNSIData: remove redundant initialization
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Feb 28 15:46:51 UTC 2016
The following commit has been merged in the master branch:
commit 3efe0120c15175f2ef81ce8ff31165602ef932c5
Author: Max Kellermann <max at duempel.org>
Date: Sat Nov 21 23:53:03 2015 +0100
VNSIData: remove redundant initialization
diff --git a/src/VNSIData.cpp b/src/VNSIData.cpp
index a9b2db2..c8cb18d 100644
--- a/src/VNSIData.cpp
+++ b/src/VNSIData.cpp
@@ -89,7 +89,6 @@ std::unique_ptr<cResponsePacket> cVNSIData::ReadResult(cRequestPacket* vrp)
SMessage &message(m_queue[vrp->getSerial()]);
message.event = new CEvent;
- message.pkt = NULL;
m_mutex.Unlock();
--
kodi-pvr-vdr-vnsi packaging
More information about the pkg-multimedia-commits
mailing list