[libdvdnav-devel] Remain consistent with earlier code in function
Steve Dibb
git at videolan.org
Thu May 15 22:32:18 CEST 2014
libdvdread | branch: master | Steve Dibb <beandog at gentoo.org> | Thu May 15 11:58:08 2014 -0600| [d59e891d05c0acda388061645cc033837a92a586] | committer: Jean-Baptiste Kempf
Remain consistent with earlier code in function
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=d59e891d05c0acda388061645cc033837a92a586
---
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 */
More information about the libdvdnav-devel
mailing list