Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

UMC::AVISplitter crashing on Close

Martin_Vidovic
Beginner
1,249 Views

Hi!

I've had a problem with AVISplitter::Close() crashing. It crashed at line:

UMC_DELETE_ARR(m_pInfo->m_ppTrackInfo);

After looking at the code it appears this line should not be there at all since m_pInfo->m_ppTrackInfo is not an array, and the m_pInfo->m_ppTrackInfo array gets deleted a few lines later:

if (m_pInfo)
{
UMC_DELETE_ARR(m_pInfo->m_ppTrackInfo);
UMC_DELETE(m_pInfo);
}

Just wanted to let you know.

Best regards,
Martin

0 Kudos
2 Replies
Alexander_Modenov__I
New Contributor I
1,249 Views
Hi Martin,
Yes, you're right, thanks.
Will be corrected in the next release of the IPP samples.
Regards,
Alexander
0 Kudos
Naveen_G_Intel
Employee
1,249 Views

Hi Martin,

We have fixed this issue in IPP 7.0 Update 3 release, its available now to download. Please download and let me know how it works.

Thank you very much for your interest in IPP.

For more information, refer to forum announcement - Intel IPP 7.0 update 3 is shipping as of March 28, 2011.

Regards,

Naveen Gv

0 Kudos
Reply