]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Fix memory leak in mp4_meta_update().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 13 Aug 2021 20:00:32 +0000 (22:00 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitc45daa651ab777119735b82fa8ab2c240b025b99
treeed22477416fbbfaff24988f4c25fac5148b33a34
parent3fecc9a4654398b856f5722af298aa61f9407d9f
mp4: Fix memory leak in mp4_meta_update().

This function calls modify_moov() which allocates and returns a
possibly large buffer, but this buffer is never freed.

Found by valgrind.
mp4.c