[libbluray-devel] [Git][videolan/libbluray][master] Add missing free for mpls static metadata
Petri Hintukainen
gitlab at videolan.org
Sat Apr 3 09:51:21 UTC 2021
Petri Hintukainen pushed to branch master at VideoLAN / libbluray
Commits:
7a667df6 by Lennart Austenfeld at 2021-04-03T02:00:15+02:00
Add missing free for mpls static metadata
- - - - -
1 changed file:
- src/libbluray/bdnav/mpls_parse.c
Changes:
=====================================
src/libbluray/bdnav/mpls_parse.c
=====================================
@@ -825,6 +825,7 @@ _clean_playlist(MPLS_PL *pl)
X_FREE(pl->ext_pip_data);
}
+ X_FREE(pl->ext_static_metadata);
X_FREE(pl->play_mark);
X_FREE(pl);
}
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/7a667df63f05b1b9b9caa18cbba89a4c1746466c
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/7a667df63f05b1b9b9caa18cbba89a4c1746466c
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list