From 170b15b83459e3197a314870806ff2886fb4035f Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 23 May 2003 14:16:49 +0000 Subject: fix dvb crashing. CVS patchset: 4906 CVS date: 2003/05/23 14:16:49 --- src/input/input_dvb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index d4b3b470e..679974ec7 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -884,6 +884,7 @@ static input_plugin_t *dvb_class_get_instance (input_class_t *cls_gen, this = (dvb_input_plugin_t *) xine_xmalloc (sizeof(dvb_input_plugin_t)); + this->stream = stream; this->mrl = strdup(mrl); this->cls = cls; this->tuner = NULL; -- cgit v1.2.3