First, I load a BitmapImage
into the Image
control, whice is located on the Window
.
Then I work with the Image
control and then close the Window
.
I do it 2-3 times in a minute and my memory fills up very quickly because the images do not unload from the memory for some reason when the window is closed.
So how do I unload BitmapImage
from Image.Source
control manually to free the RAM?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…