[DVDnav-discuss] r1013 - trunk/libdvdnav/src/remap.c

nicodvb subversion at mplayerhq.hu
Sat Apr 19 12:35:25 CEST 2008


Author: nicodvb
Date: Sat Apr 19 12:35:25 2008
New Revision: 1013

Log:
in remap_loadmap() close the file pointer before exiting  ; patch by Erik Hovland  - erik hovland org

Modified:
   trunk/libdvdnav/src/remap.c

Modified: trunk/libdvdnav/src/remap.c
==============================================================================
--- trunk/libdvdnav/src/remap.c	(original)
+++ trunk/libdvdnav/src/remap.c	Sat Apr 19 12:35:25 2008
@@ -228,6 +228,7 @@ remap_t* remap_loadmap( char *title) {
 	    remap_add_node( map, tmp);
 	}
     }
+    fclose(fp);
 
     if (map->nblocks == 0 && map->debug == 0) {
         free(map);



More information about the DVDnav-discuss mailing list