You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as soon as I minimize the window, the 256*64 image that is generated on the fly creates a memory leak.
If the image is not added to the column, no memory leak occurs.
I suspect that as soon a the window is minimized, the old images seem to be "cached" or not freed anymore.
I added chrono to the toml file as well as a dependency for the tick subscription.
What is the expected behavior?
No memory leak to occur. I cross checked it with version 0.12.1 and there was no memory leak.
Version
crates.io release
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered:
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
Hi there!
When I modify e.g. the ferris example like that:
as soon as I minimize the window, the 256*64 image that is generated on the fly creates a memory leak.
If the image is not added to the column, no memory leak occurs.
I suspect that as soon a the window is minimized, the old images seem to be "cached" or not freed anymore.
I added chrono to the toml file as well as a dependency for the tick subscription.
What is the expected behavior?
No memory leak to occur. I cross checked it with version 0.12.1 and there was no memory leak.
Version
crates.io release
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: