- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I tried new IPP version 5.3. I found memory leakissue for Intel JPEG Library.
This issue onlyhappen BASELINE mode.
I modify function OnSaveAs of JPGViewView like:
void
CJPGViewView::OnSaveAs(void){
CString fname;
for(int i = 1; i< 100; i++)
{
fname.Format(_T("c:\Test\ttt%d.jpg"),i);
pDoc->SetParamsJPEG(JPEG_BASELINE,75,0,JS_444,JC_GRAY,0);
pDoc->OnSaveDocument(fname);
}
return;
}
And then run JPGViewView to save image.
The sample BMP is attached, Can you tell me what's problem?
Best regards,
Daniel wang
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
it is not clear do you see memory leak on original sample's code or on your modified version?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Vladimir,
Isee memory leak in both.
Best regards,
Daniel wang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, we need to check. Therewere no such known bug detected by our testing.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
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?
Regards,
Vladimir

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page