Memory Leaks after displaying designer
Posted: Tue Dec 03, 2019 8:08 am
I am using a memory-profiling tool (.NET Memory Profiler) to find possible memory leaks in my application. Doing so, I encountered a severe problem when working with Stimulsoft-Reports (Version 2019.2.3.0).
When displaying the designer with the simple code segment below and then closing it by clicking the close button, the memory profiler detects some Stimulsoft-Reports objects that remain in memory (see attached profiler screenshots). The object left behind multiply each time I re-open the designer.
Can you help me with this problem?
When displaying the designer with the simple code segment below and then closing it by clicking the close button, the memory profiler detects some Stimulsoft-Reports objects that remain in memory (see attached profiler screenshots). The object left behind multiply each time I re-open the designer.
Code: Select all
StiReport stiReport = new StiReport();
stiReport.Design(false, this);