mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
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.
This commit is contained in:
parent
4bf32cac7a
commit
1507ada865
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-02-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
|
* sys/dvb/camutils.c:
|
||||||
|
Don't free the program descriptors, this structure
|
||||||
|
containing them is stills tored after.
|
||||||
|
Fixes data corruption.
|
||||||
|
|
||||||
2008-02-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
2008-02-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
* sys/dvb/camutils.c:
|
* 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);
|
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) {
|
for (i = 0; i < gst_value_list_get_size (streams); ++i) {
|
||||||
guint stream_type;
|
guint stream_type;
|
||||||
guint stream_pid;
|
guint stream_pid;
|
||||||
|
|
Loading…
Reference in a new issue