I'm using ShowDialog to open the new window, in that window I have Cute Editor. The more windows I open the more memory consumed for the browser's process.
The problem is, after I close that window the memory doesn't release. I need to close all of the browser to release memory.
How can I release memory when closing the window ?