summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-04-06 00:28:05 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-04-06 00:28:05 +0100
commit317aec21b9ccbbc288eb428e1d74a51723a2b953 (patch)
treed984ce931c951d89d9ed4b2cd3ef0dc03cd1a786 /src/input
parent699f3239e00a5ff922cf52a22389be0d2fb86bd7 (diff)
parenta6bc7ed17d202107208bbe637ca92d5886c3d686 (diff)
downloadxine-lib-317aec21b9ccbbc288eb428e1d74a51723a2b953.tar.gz
xine-lib-317aec21b9ccbbc288eb428e1d74a51723a2b953.tar.bz2
Merge from 1.1.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/libdvdnav/remap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/libdvdnav/remap.c b/src/input/libdvdnav/remap.c
index 43c81c66f..df0be29ce 100644
--- a/src/input/libdvdnav/remap.c
+++ b/src/input/libdvdnav/remap.c
@@ -216,6 +216,7 @@ remap_t* remap_loadmap( char *title) {
remap_add_node( map, tmp);
}
}
+ close (fp); /* ignoring errors... */
if (map->nblocks == 0 && map->debug == 0) return NULL;
return map;