summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-03-31 15:04:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-03-31 15:04:37 +0200
commitf3f2d4577dc97946b368bc42ee7fec2489c3ab51 (patch)
tree6c0226d79c012fefc39e2af2ee8ae644e29eb8a4 /dvbapi.c
parent2eebbba75eecec5e95b887e10add910aeb6fca60 (diff)
downloadvdr-f3f2d4577dc97946b368bc42ee7fec2489c3ab51.tar.gz
vdr-f3f2d4577dc97946b368bc42ee7fec2489c3ab51.tar.bz2
Fixed a segfault that sometimes happened when killing VDR
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbapi.c b/dvbapi.c
index a6ea8578..a929b503 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.65 2001/03/31 10:46:17 kls Exp $
+ * $Id: dvbapi.c 1.66 2001/03/31 15:01:57 kls Exp $
*/
#include "dvbapi.h"
@@ -1488,7 +1488,7 @@ cDvbApi::~cDvbApi()
StopTransfer();
OvlO(false); //Overlay off!
//XXX the following call sometimes causes a segfault - driver problem?
- close(videoDev);
+ //XXX close(videoDev);
}
#if defined(DEBUG_OSD) || defined(REMOTE_KBD)
endwin();