[ros-bugs] [Bug 6119] New: DeleteDC leaks 4kb of memory

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Apr 15 12:04:29 UTC 2011


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

           Summary: DeleteDC leaks 4kb of memory
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: mkupfer at reactos.org
         QAContact: ros-bugs at reactos.org
            Blocks: 5850


following sequences leaks 4 kb:

hdc = CreateCompatibleDC(NULL);
if (hdc)
{
     DeleteDC(hdc);
}


-- 
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