projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4101d2
)
gdi handle leak fixed - taskmgr no longer leaks gdi handles whilest sitting still...
author
Royce Mitchell III
<royce3@ev1.net>
Sun, 19 Dec 2004 05:00:22 +0000
(
05:00
+0000)
committer
Royce Mitchell III
<royce3@ev1.net>
Sun, 19 Dec 2004 05:00:22 +0000
(
05:00
+0000)
svn path=/trunk/; revision=12216
reactos/lib/user32/windows/bitmap.c
patch
|
blob
|
history
diff --git
a/reactos/lib/user32/windows/bitmap.c
b/reactos/lib/user32/windows/bitmap.c
index
aa3f6f1
..
88021e9
100644
(file)
--- a/
reactos/lib/user32/windows/bitmap.c
+++ b/
reactos/lib/user32/windows/bitmap.c
@@
-16,7
+16,7
@@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: bitmap.c,v 1.3
3 2004/10/05 22:08:56 gvg
Exp $
+/* $Id: bitmap.c,v 1.3
4 2004/12/19 05:00:22 royce
Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@@
-582,7
+582,7
@@
LoadBitmapImage(HINSTANCE hInstance, LPCWSTR lpszName, UINT fuLoad)
}
RtlFreeHeap(GetProcessHeap(), 0, PrivateInfo);
- /*DeleteDC(hScreenDc);*/
+ DeleteDC(hScreenDc);
if (fuLoad & LR_LOADFROMFILE)
{
UnmapViewOfFile(BitmapInfo);