From b9b7ff2d8af6d30e57da33dfb91a01a41a5d4a72 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Wed, 7 Sep 2005 20:43:24 +0000 Subject: Fixed segfault on class_dispose. CVS patchset: 7722 CVS date: 2005/09/07 20:43:24 --- src/input/input_dvd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index ed337b9c4..812d906f1 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.203 2005/09/02 22:39:42 tmattern Exp $ + * $Id: input_dvd.c,v 1.204 2005/09/07 20:43:24 tmattern Exp $ * */ @@ -1756,6 +1756,7 @@ static void *init_class (xine_t *xine, void *data) { this->input_class.eject_media = dvd_class_eject_media; this->config = config; + this->xine = xine; this->ip = NULL; -- cgit v1.2.3