Reimar Döffinger <[email protected]> added the comment: On Thu, Sep 24, 2009 at 08:56:35AM +0000, Carl Eugen Hoyos wrote: > > Carl Eugen Hoyos <[email protected]> added the comment: > > Could this be related to issue 899 or issue 1323 ?
They are all about the same thing (well, I don't know about what 899 was originally about, I can only say that the only useful valgrind trace is about the same thing), they are all invalid (none of these are leaks, this is just static, constant data that is allocated), and by now (after r20013) they are all changed to use static arrays in .bss (which does not reduce memory usage one bit, but it will no longer appear in valgrind logs - which at least means we can now avoid invalid bug reports from people who believe valgrind without understanding the issue). _____________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1409> _____________________________________________________
