Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Memory leaks in IPP 5.2.049 samples ?

Maciej_K_
Beginner
382 Views
I'm testing H264 and MPEG4 samples from IPP5.2 and I found a few memory leaks:

MPEG4VideoEncoder::mp4enc is never deleted,
H264VideoDecode::m_pMemoryAllocator is never deleted ( m_bOwnAllocator is redefined so the same variable defined in BaseCodec is not visible, and BaseCodec::Close() is never called too ).
TaskSupplier::m_ppMBIntraTypes is never deleted,
if you do not provide VideoProcessing object to H264VideoDecoder it creates its own object, but it never deletes it.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
382 Views

Hello,

thanks for pointing to these issues, we also have detected them (unfortunately after IPP 5.2 release), they will be fixed in the next, IPP 5.3 beta release, which is coming soon.

Regards,
Vladimir

0 Kudos
Reply