- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page