VHS32/Magnetar

Memory leaks because i forgot to put ReleaseDC function

masamune79 opened this issue · 1 comments

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.

But now i already fix this issue