[Bug 26125] New: msvcrt/cpp tests show a few memory leaks under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 14 19:36:45 CST 2011


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

           Summary: msvcrt/cpp tests show a few memory 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: msvcrt
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


5 bytes in 1 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  MSVCRT_malloc (heap.c:298)
    by  EXCEPTION_ctor (cpp.c:142)
    by  MSVCRT_exception_ctor (cpp.c:160)
    by  do_call_func2 (cpp.c:170)
    by  test_rtti (cpp.c:816)
    by  func_cpp (cpp.c:1078)
    by  run_test (test.h:556)
    by  main (test.h:624)

...

 5 bytes in 1 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  MSVCRT_malloc (heap.c:298)
    by  EXCEPTION_ctor (cpp.c:142)
    by  MSVCRT_bad_typeid_ctor (cpp.c:301)
    by  do_call_func2 (cpp.c:170)
    by  test_rtti (cpp.c:817)
    by  func_cpp (cpp.c:1078)
    by  run_test (test.h:556)
    by  main (test.h:624)

...

 330 bytes in 6 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  MSVCRT_malloc (heap.c:298)
    by  __unDNameEx (undname.c:1474)
    by  __unDName (undname.c:1491)
    by  test_demangle_datatype (cpp.c:862)
    by  func_cpp (cpp.c:1079)
    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