Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Bug report: crash in UIC::BMPEncoder

Leonid_Kryvelyov
Beginner
282 Views
Hi,

I'm using IPP ipp 7.0.2.154 ia32 and w_ipp-samples_p_7.0.2.048.zip. There is a bug in BMPEncoder::Close() method, which deletes m_Encoder but doesn't assign NULL. Call of Close() before destriction leads to crash.

Regards,
Leonid
0 Kudos
2 Replies
Sergey_Ryadno
New Contributor I
282 Views
Hi Leonid,
Thanks for reporting that issue. I cheked it and fixed. Thel fix of this problem will be available in the next IPP release.
0 Kudos
Leonid_Kryvelyov
Beginner
282 Views
Hi Sergey,
the same issueseems to bein UIC::BMPDecoder::Close().

JPEGEncoder::Close() does not delete m_enc, is it possible to reuse instance of JPEGEncoder after encoding?
0 Kudos
Reply