[DVDnav-discuss] [PATCH] Remain consistent with earlier code in function

Steve Dibb beandog at gentoo.org
Thu May 15 19:58:25 CEST 2014


From: Steve Dibb <beandog at gentoo.org>

---
 src/dvd_input.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dvd_input.c b/src/dvd_input.c
index d7e2252..e021098 100644
--- a/src/dvd_input.c
+++ b/src/dvd_input.c
@@ -321,6 +321,7 @@ int dvdinput_setup(void)
       fprintf(stderr,  "libdvdread: Missing symbols in %s, "
               "this shouldn't happen !\n", CSS_LIB);
       dlclose(dvdcss_library);
+      dvdcss_library = NULL;
     }
   }
 #endif /* HAVE_DVDCSS_DVDCSS_H */
-- 
1.8.3.2




More information about the DVDnav-discuss mailing list