<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Memory Leak problem for Intel Jpeg Compression in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914763#M14912</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I tried new IPP version 5.3. I found memory leakissue for Intel JPEG Library.&lt;/P&gt;
&lt;P&gt;This issue onlyhappen BASELINE  mode.&lt;/P&gt;
&lt;P&gt;I modify function OnSaveAs of &lt;FONT size="2"&gt;JPGViewView like: &lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;void&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; CJPGViewView::OnSaveAs(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;void&lt;/FONT&gt;&lt;FONT size="2"&gt;)&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;CString fname;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;for&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;int&lt;/FONT&gt;&lt;FONT size="2"&gt; i = 1; i&amp;lt; 100; i++)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;fname.Format(_T(&lt;FONT color="#a31515" size="2"&gt;"c:\Test\ttt%d.jpg"&lt;/FONT&gt;&lt;FONT size="2"&gt;),i); &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;pDoc-&amp;gt;SetParamsJPEG(JPEG_BASELINE,75,0,JS_444,JC_GRAY,0);&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;
&lt;P&gt;pDoc-&amp;gt;OnSaveDocument(fname);&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt; }&lt;/P&gt;
&lt;P&gt;return;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;And then run JPGViewView to save image.&lt;/P&gt;
&lt;P&gt;The sample BMP is attached, Can you tell me what's problem?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Daniel wang&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2008 17:36:05 GMT</pubDate>
    <dc:creator>danielwang1971</dc:creator>
    <dc:date>2008-03-06T17:36:05Z</dc:date>
    <item>
      <title>Memory Leak problem for Intel Jpeg Compression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914763#M14912</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I tried new IPP version 5.3. I found memory leakissue for Intel JPEG Library.&lt;/P&gt;
&lt;P&gt;This issue onlyhappen BASELINE  mode.&lt;/P&gt;
&lt;P&gt;I modify function OnSaveAs of &lt;FONT size="2"&gt;JPGViewView like: &lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;void&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; CJPGViewView::OnSaveAs(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;void&lt;/FONT&gt;&lt;FONT size="2"&gt;)&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;CString fname;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;for&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;int&lt;/FONT&gt;&lt;FONT size="2"&gt; i = 1; i&amp;lt; 100; i++)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;fname.Format(_T(&lt;FONT color="#a31515" size="2"&gt;"c:\Test\ttt%d.jpg"&lt;/FONT&gt;&lt;FONT size="2"&gt;),i); &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;pDoc-&amp;gt;SetParamsJPEG(JPEG_BASELINE,75,0,JS_444,JC_GRAY,0);&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;
&lt;P&gt;pDoc-&amp;gt;OnSaveDocument(fname);&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt; }&lt;/P&gt;
&lt;P&gt;return;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;And then run JPGViewView to save image.&lt;/P&gt;
&lt;P&gt;The sample BMP is attached, Can you tell me what's problem?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Daniel wang&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2008 17:36:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914763#M14912</guid>
      <dc:creator>danielwang1971</dc:creator>
      <dc:date>2008-03-06T17:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leak problem for Intel Jpeg Compression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914764#M14913</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;it is not clear do you see memory leak on original sample's code or on your modified version?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2008 17:59:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914764#M14913</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-06T17:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leak problem for Intel Jpeg Compression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914765#M14914</link>
      <description>&lt;P&gt;Hello Vladimir, &lt;/P&gt;
&lt;P&gt;Isee memory leak in both.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Daniel wang&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2008 18:22:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914765#M14914</guid>
      <dc:creator>danielwang1971</dc:creator>
      <dc:date>2008-03-06T18:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leak problem for Intel Jpeg Compression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914766#M14915</link>
      <description>&lt;P&gt;Ok, we need to check. Therewere no such known bug detected by our testing.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2008 18:25:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914766#M14915</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-06T18:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leak problem for Intel Jpeg Compression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914767#M14916</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;we still were not able to reproduce your issue, Could you please provide simple test case and specify how do you exactly see that memory leak?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2008 23:26:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Memory-Leak-problem-for-Intel-Jpeg-Compression/m-p/914767#M14916</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-24T23:26:42Z</dc:date>
    </item>
  </channel>
</rss>

