[libdvdnav-devel] [PATCH 12/33] Remove call to deprecated function
beandog at gentoo.org
beandog at gentoo.org
Thu Jan 15 21:45:24 CET 2015
From: Steve Dibb <steve.dibb at gmail.com>
---
src/ifo_read.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/ifo_read.c b/src/ifo_read.c
index e477fa1..8475fec 100644
--- a/src/ifo_read.c
+++ b/src/ifo_read.c
@@ -528,8 +528,6 @@ void ifoClose(ifo_handle_t *ifofile) {
free(ifofile->ptl_mait);
}
- ifoFree_PGCI_UT(ifofile);
-
if(ifofile->pgci_ut) {
for(i = 0; i < ifofile->pgci_ut->nr_of_lus; i++) {
for(j = 0; j < ifofile->pgci_ut->lu[i].pgcit->nr_of_pgci_srp; j++) {
--
2.0.4
More information about the libdvdnav-devel
mailing list