From 4cab3ea662850164ad0378a624a88adf54ee0aa9 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 28 Dec 2002 02:12:30 +0000 Subject: dvb_class_dispose segfault fix CVS patchset: 3704 CVS date: 2002/12/28 02:12:30 --- src/input/input_dvb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 1e3fab08f..15555db62 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -789,8 +789,6 @@ static void dvb_class_dispose (input_class_t *this_gen) { dvb_input_class_t *cls = (dvb_input_class_t *) this_gen; - free (cls->mrls[0]); - free (cls); } -- cgit v1.2.3