In my application, I need a display window to display the pdf file using the pdfviewer control, after preview finished, close this preview window, and next time need to open this window to display this or other pdf files too.
My pdf file has a lot of images and some other measurement data.
But every time when closed this display window, the memory has not released, so as time to time, the memory will increased very much.
When I using the RedGate to track the memory leak, it looks like happened in the Syncfustion.Pdf.Primitives.PdfStream. as attached memory leak screenshot.