[Bug 26123] New: mshtml/protocol shows several leaks under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 14 19:33:24 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26123

           Summary: mshtml/protocol shows several leaks under valgrind
           Product: Wine
           Version: 1.3.13
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: minor
          Priority: P2
         Component: mshtml
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


30 bytes in 1 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  heap_alloc (mshtml_private.h:873)
    by  AboutProtocol_Start (protocol.c:252)
    by  protocol_start (protocol.c:262)
    by  do_test_about_protocol (protocol.c:601)
    by  test_about_protocol (protocol.c:798)
    by  func_protocol (protocol.c:908)
    by  run_test (test.h:556)
    by  main (test.h:624)

...

 30 bytes in 1 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  heap_alloc (mshtml_private.h:873)
    by  AboutProtocol_Start (protocol.c:252)
    by  protocol_start (protocol.c:262)
    by  do_test_about_protocol (protocol.c:601)
    by  test_about_protocol (protocol.c:799)
    by  func_protocol (protocol.c:908)
    by  run_test (test.h:556)
    by  main (test.h:624)

...

 38 bytes in 1 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  heap_alloc (mshtml_private.h:873)
    by  AboutProtocol_Start (protocol.c:252)
    by  protocol_start (protocol.c:262)
    by  do_test_about_protocol (protocol.c:611)
    by  test_about_protocol (protocol.c:798)
    by  func_protocol (protocol.c:908)
    by  run_test (test.h:556)
    by  main (test.h:624)

...

 38 bytes in 1 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  heap_alloc (mshtml_private.h:873)
    by  AboutProtocol_Start (protocol.c:252)
    by  protocol_start (protocol.c:262)
    by  do_test_about_protocol (protocol.c:611)
    by  test_about_protocol (protocol.c:799)
    by  func_protocol (protocol.c:908)
    by  run_test (test.h:556)
    by  main (test.h:624)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list