[ros-bugs] [Bug 1554] Out of user handles

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sun Feb 4 16:37:30 CET 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=1554





------- Comment #6 from timo.kreuzer at web.de  2007-02-04 16:37 CET -------
I think I was slightly wrong.
I have tracked down the problem to LoadImage. If it's commented out from
explorer (ResIconEx constructor) explorer does not leak anymore.
So I added debugprints where an already loaded icon was searched.
Some icons are not found in the list. (example hfRes = 0x50f7d0)

(dll\win32\user32\windows\bitmap.c:227) Shared Icon not found: hInst =
0x400000, hfRes = 0x50f7c0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:227) Shared Icon not found: hInst =
0x400000, hfRes = 0x50f7d0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:224) Shared Icon found: hInst = 0x400000,
hfRes = 0x50f7c0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:227) Shared Icon not found: hInst =
0x400000, hfRes = 0x50f7d0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:224) Shared Icon found: hInst = 0x400000,
hfRes = 0x50f7c0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:227) Shared Icon not found: hInst =
0x400000, hfRes = 0x50f7d0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:224) Shared Icon found: hInst = 0x400000,
hfRes = 0x50f7c0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:227) Shared Icon not found: hInst =
0x400000, hfRes = 0x50f7d0, width = 0x18, height = 0x18
(dll\win32\user32\windows\bitmap.c:224) Shared Icon found: hInst = 0x400000,
hfRes = 0x50f7c0, width = 0x18, height = 0x18


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list