[libbluray-devel] [Git][videolan/libbluray][master] mpls_parse: Fix leak (DV streams in STN)

Petri Hintukainen (@hpi) gitlab at videolan.org
Wed Dec 24 19:39:34 UTC 2025



Petri Hintukainen pushed to branch master at VideoLAN / libbluray


Commits:
71c5324e by Petri Hintukainen at 2025-12-24T21:00:47+02:00
mpls_parse: Fix leak (DV streams in STN)

- - - - -


1 changed file:

- src/libbluray/bdnav/mpls_parse.c


Changes:

=====================================
src/libbluray/bdnav/mpls_parse.c
=====================================
@@ -432,6 +432,7 @@ _clean_stn(MPLS_STN *stn)
     X_FREE(stn->ig);
     X_FREE(stn->secondary_audio);
     X_FREE(stn->secondary_video);
+    X_FREE(stn->dv);
 }
 
 static int



View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/71c5324e78dc7a159cad67ea7967300db54ec21c

-- 
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/71c5324e78dc7a159cad67ea7967300db54ec21c
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the libbluray-devel mailing list