Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Memory leak
posted

I recently upgraded from 8.3 to 11.2 version of winforms components.

However, now I am experiencing severe memory leaks, because of the structure of the objects I am trying to databind. I have a list of task-objects that contain a list of another object which, in term, contains a list of the original task-objects. This causes the memory leak. Is there a way to solve this?