From 00617f957a19b0656fce8990346c1eb314d9aae3 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 26 Apr 2016 19:38:24 +0200 Subject: [PATCH] src/driver/rcinput.cpp revert (not sure) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3b33d1ef387c3cb3dee584b44ebc5cb7a503758b Author: Jacek Jendrzej Date: 2016-04-26 (Tue, 26 Apr 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/rcinput.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/driver/rcinput.cpp b/src/driver/rcinput.cpp index a7d0fafa0..65856a9fe 100644 --- a/src/driver/rcinput.cpp +++ b/src/driver/rcinput.cpp @@ -1181,7 +1181,6 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6 switch (emsg.eventID) { case NeutrinoMessages::EVT_CURRENTEPG: case NeutrinoMessages::EVT_NEXTEPG: - case NeutrinoMessages::EVT_NOEPG_YET: { CSectionsdClient::CurrentNextInfo *cn = (CSectionsdClient::CurrentNextInfo *) p; delete [] cn;