libdvbv5/dvb-scan-table-handler: remove free of unallocated structs
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 17 Nov 2013 12:55:44 +0000 (10:55 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 27 Nov 2013 11:24:40 +0000 (09:24 -0200)
commit445bd706af67452a53c2ca2caa091ecfb83b5128
treee88716afb46c694b9b94fa68d0ced5f9a0ebac82
parentcbd92385a2b5465f2b8f47eae156792543c9144a
libdvbv5/dvb-scan-table-handler: remove free of unallocated structs

While those old structs are still part of struct dvb_v5_descriptors,
they are not allocated anymore. So, we don't need to fix them. Get
rid of those structs.

We can't remove them from the main struct yet, as dvb-file and
dvbv5-scan still use.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
lib/libdvbv5/dvb-scan-table-handler.c