mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc-pvr: update to xbmc-pvr-fc63e66
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
31e2be1d5a
commit
e035fe4f49
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-pvr-theme-Confluence"
|
||||
PKG_VERSION="c50f565"
|
||||
PKG_VERSION="fc63e66"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-pvr"
|
||||
PKG_VERSION="c50f565"
|
||||
PKG_VERSION="fc63e66"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,26 +0,0 @@
|
||||
From 87f59ed6f5a8874b484a3af614a94a62c928c1e4 Mon Sep 17 00:00:00 2001
|
||||
From: Lars Op den Kamp <lars@opdenkamp.eu>
|
||||
Date: Tue, 13 Mar 2012 15:03:13 +0100
|
||||
Subject: [PATCH] tvheadend add-on: don't destroy messages in the Parse...()
|
||||
methods. fixes crash when an invalid EPG result was
|
||||
received from the server. closes #452
|
||||
|
||||
---
|
||||
xbmc/pvrclients/tvheadend/HTSPData.cpp | 1 -
|
||||
1 files changed, 0 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/xbmc/pvrclients/tvheadend/HTSPData.cpp b/xbmc/pvrclients/tvheadend/HTSPData.cpp
|
||||
index 9add621..19943ba 100644
|
||||
--- a/xbmc/pvrclients/tvheadend/HTSPData.cpp
|
||||
+++ b/xbmc/pvrclients/tvheadend/HTSPData.cpp
|
||||
@@ -999,7 +999,6 @@ bool CHTSPData::ParseEvent(htsmsg_t* msg, uint32_t id, SEvent &event)
|
||||
{
|
||||
XBMC->Log(LOG_DEBUG, "%s - malformed event", __FUNCTION__);
|
||||
htsmsg_print(msg);
|
||||
- htsmsg_destroy(msg);
|
||||
return false;
|
||||
}
|
||||
event.Clear();
|
||||
--
|
||||
1.7.5.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user