summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-04-22 12:49:36 +0200
committerMidas <vdrportal_midas@gmx.de>2010-04-22 12:49:36 +0200
commitd8df53ab68aa2031da1d49a8eb8897aa52ae0b2d (patch)
treec8c569ac7c94f6636c510382d4ba22d639aaa7dd /patches
parent4921cf32c8bda089a21dc4a14ce191ed477f80ff (diff)
downloadvdr-plugin-block-d8df53ab68aa2031da1d49a8eb8897aa52ae0b2d.tar.gz
vdr-plugin-block-d8df53ab68aa2031da1d49a8eb8897aa52ae0b2d.tar.bz2
Changed source directory structure.
Diffstat (limited to 'patches')
-rw-r--r--patches/vdr-1.3.x-player.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/vdr-1.3.x-player.diff b/patches/vdr-1.3.x-player.diff
new file mode 100644
index 0000000..ea35bf6
--- /dev/null
+++ b/patches/vdr-1.3.x-player.diff
@@ -0,0 +1,12 @@
+--- player.c.orig 2004-11-16 20:10:27.661038144 +0100
++++ player.c 2004-11-16 16:58:04.149918576 +0100
+@@ -88,6 +88,8 @@
+
+ void cControl::Shutdown(void)
+ {
+- delete control;
++ cControl *c = control;
+ control = NULL;
++ if (c)
++ delete c;
+ }