François Cartegnie pushed to branch master at VideoLAN / VLC


Commits:
aa5690bc by Francois Cartegnie at 2023-05-12T11:54:37+00:00
codec: libass: fix leak on unmatched config string

introduced by  11d7708b1a6540b7473d159c6c2ac5c7f73b0b60

- - - - -


1 changed file:

- modules/codec/libass.c


Changes:

=====================================
modules/codec/libass.c
=====================================
@@ -814,6 +814,7 @@ static void OldEngineClunkyRollInfoPatch( decoder_t *p_dec, 
ASS_Track *p_track )
                 b_hotfix = false;
                 break;
             }
+            free( s );
         }
     }
     free( s );



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/aa5690bcd90387ec0d295700d73d603fb2737a9b

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


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to