Potential memory leak in modules/demux/mp4/libmp4.c
Potential memory leak in libmp4.c line 3502 . Calling inflateInit() without calling inflateEnd() to free the memory will cause a memory leak.
Doc says "inflateEnd() is called first to avoid a memory leak"