Maybe I should delete those objects once printscreen is done...

This commit is contained in:
luigi__ 2009-12-13 01:21:18 +00:00
parent b12a40496f
commit 04e3d1dafd
1 changed files with 3 additions and 0 deletions

View File

@ -3455,6 +3455,9 @@ void ScreenshotToClipboard()
SelectObject(hMemDC, hOldFont);
ReleaseDC(NULL, hScreenDC);
DeleteDC(hMemDC);
DeleteObject(hMemBitmap);
DeleteObject(hFont);
}
//-----------------------------------------------------------------------------