aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorPaweł Hajdan, Jr <phajdan@google.com>2013-01-10 10:24:01 -0800
committerMichael Niedermayer <michaelni@gmx.at>2013-01-30 19:54:35 +0100
commit0451ff295a9f5194c2dee87a9a704b6dcd144ddb (patch)
tree585a71080b5f9f02baa1512684783993d8bf433f /libavcodec
parent4a2da83a787b24c4027aa963d9db9b453e91f413 (diff)
downloadffmpeg-0451ff295a9f5194c2dee87a9a704b6dcd144ddb.tar.gz
oggparsevorbis: use av_realloc consistently
Memory passed to av_realloc cannot be allocated using memalign. From realloc(3): The realloc() function changes the size of the memory block pointed to by ptr to size bytes. (...) Unless ptr is NULL, it must have been returned by an earlier call to malloc(), calloc() or realloc(). The issue has been found by debugallocation, a part of google-perftools: http://code.google.com/p/gperftools/ . Signed-off-by: Paweł Hajdan, Jr <phajdan@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions