[libbluray-devel] [Git][videolan/libbluray][master] Set clip pointer to NULL when closing playlist
Petri Hintukainen
gitlab at videolan.org
Sat Feb 16 19:11:09 CET 2019
Petri Hintukainen pushed to branch master at VideoLAN / libbluray
Commits:
75bb45d9 by hpi1 at 2019-02-16T18:01:19Z
Set clip pointer to NULL when closing playlist
- - - - -
1 changed file:
- src/libbluray/bluray.c
Changes:
=====================================
src/libbluray/bluray.c
=====================================
@@ -2298,6 +2298,8 @@ static void _close_playlist(BLURAY *bd)
nav_title_close(&bd->title);
+ bd->st0.clip = NULL;
+
/* reset UO mask */
memset(&bd->st0.uo_mask, 0, sizeof(BD_UO_MASK));
memset(&bd->gc_uo_mask, 0, sizeof(BD_UO_MASK));
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/75bb45d9625dbf5b8f3332235d8f86c69fa1594d
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/75bb45d9625dbf5b8f3332235d8f86c69fa1594d
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list