Relative Content

Tag Archive for c#avaloniaui

The problem of memory leakage when closing the window

The essence of my program is to create a window for all screens through the tray. In this case, the main program flow ends when the tray is closed. The bottom line is that when creating and closing a window, you need to clear the memory before the next one. As I did not try to find and understand, but I have a leak. RAM consumption increases each time.

The problem of memory leakage when closing the window

The essence of my program is to create a window for all screens through the tray. In this case, the main program flow ends when the tray is closed. The bottom line is that when creating and closing a window, you need to clear the memory before the next one. As I did not try to find and understand, but I have a leak. RAM consumption increases each time.

The problem of memory leakage when closing the window

The essence of my program is to create a window for all screens through the tray. In this case, the main program flow ends when the tray is closed. The bottom line is that when creating and closing a window, you need to clear the memory before the next one. As I did not try to find and understand, but I have a leak. RAM consumption increases each time.