From 1507ada865aa5533aaf41df6f91357709004be01 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Wed, 27 Feb 2008 19:41:13 +0000 Subject: sys/dvb/camutils.c: Don't free the program descriptors, this structure containing them is stills tored after. Original commit message from CVS: * sys/dvb/camutils.c: Don't free the program descriptors, this structure containing them is stills tored after. Fixes data corruption. --- sys/dvb/camutils.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/dvb') diff --git a/sys/dvb/camutils.c b/sys/dvb/camutils.c index b58eca1a..7e70aa26 100644 --- a/sys/dvb/camutils.c +++ b/sys/dvb/camutils.c @@ -289,9 +289,6 @@ cam_build_ca_pmt (GstStructure * pmt, guint8 list_management, guint8 cmd_id, body = write_ca_descriptors (body, program_descriptors); } - if (program_descriptors) - g_value_array_free (program_descriptors); - for (i = 0; i < gst_value_list_get_size (streams); ++i) { guint stream_type; guint stream_pid; -- cgit v1.2.1