]> git.sesse.net Git - ffmpeg/commit
avformat/nutenc: use av_reallocp_array()
authorPaul B Mahol <onemda@gmail.com>
Sat, 14 Sep 2013 14:27:15 +0000 (14:27 +0000)
committerPaul B Mahol <onemda@gmail.com>
Sat, 14 Sep 2013 16:14:43 +0000 (16:14 +0000)
commitf2afe96181a85e04294379583b77b1f07b9013d6
tree252ed7dc5f8872ad94a0f7cbbde6b361d561ae30
parent6a70feadb013000c81b75d2fa7732926c3949130
avformat/nutenc: use av_reallocp_array()

Fixes memleak on allocation error.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavformat/nutenc.c