summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-05-23 14:16:49 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-05-23 14:16:49 +0000
commit170b15b83459e3197a314870806ff2886fb4035f (patch)
treefcb594d5e34018d73605568b9009922c2d10c375
parentb215491ffd25aee542225c09c44ab7c2841c0d47 (diff)
downloadxine-lib-170b15b83459e3197a314870806ff2886fb4035f.tar.gz
xine-lib-170b15b83459e3197a314870806ff2886fb4035f.tar.bz2
fix dvb crashing.
CVS patchset: 4906 CVS date: 2003/05/23 14:16:49
-rw-r--r--src/input/input_dvb.c1
1 files changed, 1 insertions, 0 deletions
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;