[ros-bugs] [Bug 5033] New: Memory leaks in win32k

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu Dec 17 17:26:10 CET 2009


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

           Summary: Memory leaks in win32k
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: hto at dev.null
         QAContact: ros-bugs at reactos.org


This is r44453. Some memory, it seems, is never deallocated.

(1)

EngAllocMem ................... eng/mem.c:45
IntCreateBitmap ............... eng/surface.c:401
EngCreateBitmap ............... eng/surface.c:460
EngSetPointerShape ............ eng/mouse.c:409 (or eng/mouse.c:422)
IntEngSetPointerShape ......... eng/mouse.c:583
GreSetPointerShape ............ eng/mouse.c:677
IntSetCursor .................. ntuser/cursoricon.c:121
NtUserSetCursor ............... ntuser/cursoricon.c:961
User32DefWindowProc ........... defwnd.c:1377
RealDefWindowProcW ............ defwnd.c:2166
DefWindowProcW ................ defwnd.c:2223
DefDlgProcW ................... dialog.c:1672
IntCallWindowProcW ............ message.c:1255
User32CallWindowProcFromKernel  message.c:2574
KiUserCallbackDispatcher
DIALOG_DoDialogBox ............ dialog.c:540
DialogBoxParamW ............... dialog.c:1796

(2)

EngAllocMem ................... eng/mem.c:45
IntCreateBitmap ............... eng/surface.c:401
EngCreateBitmap ............... eng/surface.c:460
EngRealizeBrush ............... eng/engbrush.c:152
EBRUSHOBJ_bRealizeBrush ....... eng/engbrush.c:225
EBRUSHOBJ_pvGetEngBrush ....... eng/engbrush.c:252
CallDibBitBlt ................. eng/bitblt.c:199
EngBitBlt ..................... eng/bitblt.c:455 (or eng/bitblt.c:509)
IntEngBitBltEx ................ eng/bitblt.c:625
IntPatBlt ..................... objects/bitblt.c:967
NtGdiPatBlt ................... objects/bitblt.c:1082
UserDrawWindowFrame ........... defwnd.c:370
UserDrawMovingFrame ........... defwnd.c:386
DefWndDoSizeMove .............. defwnd.c:551
DefWndHandleSysCommand ........ defwnd.c:771
User32DefWindowProc ........... defwnd.c:1381
RealDefWindowProcW ............ defwnd.c:2166
DefWindowProcW ................ defwnd.c:2223
DefDlgProcW ................... dialog.c:1672
IntCallWindowProcW ............ message.c:1255
IntCallMessageProc ............ message.c:1453
SendMessageW .................. message.c:2032
DefWndNCLButtonDown ........... nonclient.c:957
User32DefWindowProc ........... defwnd.c:1072
RealDefWindowProcA ............ defwnd.c:2021
DefWindowProcA ................ defwnd.c:2190
DEFDLG_Proc ................... dialog.c:1194
DefDlgProcW ................... dialog.c:1664
IntCallWindowProcW ............ message.c:1255
IntCallMessageProc ............ message.c:1453
DispatchMessageW .............. message.c:1645
IsDialogMessageW .............. dialog.c:2465
DIALOG_DoDialogBox ............ dialog.c:557
DialogBoxParamW ............... dialog.c:1796


-- 
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.
You are the assignee for the bug.



More information about the Ros-bugs mailing list