Memory leaks because i forgot to put ReleaseDC function
masamune79 opened this issue · 1 comments
masamune79 commented
Also i forgot to say, Magnetar src doesnt include ReleaseDC, this is actually can cause memory leaks.
To fix this, you can put ReleaseDC(NULL, hdc); after all GDIs successfully painted to screen.
masamune79 commented
But now i already fix this issue