C#, Process Memory slowly going up but snapshots not indicating memory leak
if u change this line
to
does anything change?
how do u know the leak is not coming from python?
to
does anything change?
how do u know the leak is not coming from python?
var image = new BitmapImage();using var image = new BitmapImage();