[vlc-commits] [Git][videolan/vlc][master] codec: libass: fix leak on unmatched config string

François Cartegnie (@fcartegnie) gitlab at videolan.org
Fri May 12 12:33:45 UTC 2023



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


More information about the vlc-commits mailing list