[vlc-commits] mp4: Fix potential double free
Hugo Beauzée-Luyssen
git at videolan.org
Thu Jan 18 17:27:39 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jan 18 13:28:50 2018 +0100| [3a321559d1883e869a8699d578f28a35115d4185] | committer: Hugo Beauzée-Luyssen
mp4: Fix potential double free
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a321559d1883e869a8699d578f28a35115d4185
---
modules/demux/mp4/libmp4.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/mp4/libmp4.c b/modules/demux/mp4/libmp4.c
index 527dde2e73..bd7b82a742 100644
--- a/modules/demux/mp4/libmp4.c
+++ b/modules/demux/mp4/libmp4.c
@@ -1964,7 +1964,6 @@ static int MP4_ReadBox_avcC( stream_t *p_stream, MP4_Box_t *p_box )
MP4_READBOX_EXIT( 1 );
error:
- MP4_FreeBox_avcC( p_box );
MP4_READBOX_EXIT( 0 );
}
More information about the vlc-commits
mailing list