xbmc-pvr: update to xbmc-pvr-fc63e66

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-17 14:05:31 +01:00
parent 31e2be1d5a
commit e035fe4f49
19 changed files with 2 additions and 28 deletions

View File

@ -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"

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc-pvr"
PKG_VERSION="c50f565"
PKG_VERSION="fc63e66"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -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