C#C
C#2y ago
leowest

C#, Process Memory slowly going up but snapshots not indicating memory leak

if u change this line
var image = new BitmapImage();

to
using var image = new BitmapImage();

does anything change?
how do u know the leak is not coming from python?
Was this page helpful?