[Libav-user] muxing.c, memory leak
Denis
info at denisgottardello.it
Sun Oct 28 08:56:02 CET 2012
Using valgrind I obtain a memory leak in this row:
"pAVStream= add_video_stream(pAVFormatContext, &pAVCodec, pAVOutputFormat->video_codec);"
if (posix_memalign(&ptr,ALIGN,size))
av_mallocz in mem.c:95
Can anybody verifies if
is true?
I have an application that uses ffmpeg. In 2 weeks the application uses all the
memory and now I suspect that the problem is in the wrong use of ffmpeg
libraries.
--
www.denisgottardello.it
Skype: mrdebug
Videosurveillance and home automation!
http://www.denisgottardello.it/DomusBoss/DomusBossIndice.php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20121028/0a6ff41a/attachment.html>
More information about the Libav-user
mailing list