[Bug 36302] New: valgrind shows several leaks in msxml3/tests/saxreader.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 4 02:38:25 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36302

            Bug ID: 36302
           Summary: valgrind shows several leaks in
                    msxml3/tests/saxreader.c
           Product: Wine
           Version: 1.7.18
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: msxml3
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

Created attachment 48400
  --> https://bugs.winehq.org/attachment.cgi?id=48400
valgrind log

==30812== 32 bytes in 1 blocks are definitely lost in loss record 267 of 774
==30812==    at 0x7BC4C735: notify_alloc (heap.c:255)
==30812==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812==    by 0x5191FF0: CreateStreamOnHGlobal (hglobalstream.c:591)
==30812==    by 0x4A8A289: test_mxwriter_stream (saxreader.c:4172)
==30812==    by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812==    by 0x4AAC96C: run_test (test.h:584)
==30812==    by 0x4AACD5B: main (test.h:654)
==30812== 

==30812== 88 bytes in 1 blocks are definitely lost in loss record 440 of 774
==30812==    at 0x7BC4C735: notify_alloc (heap.c:255)
==30812==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812==    by 0x7B84586B: HeapAlloc (heap.c:271)
==30812==    by 0x7B8466BC: GlobalReAlloc (heap.c:693)
==30812==    by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812==    by 0x4A7D5BD: create_test_stream (objidl.h:4391)
==30812==    by 0x4A7F57A: test_saxreader (saxreader.c:2430)
==30812==    by 0x4A963FA: func_saxreader (saxreader.c:5592)
==30812==    by 0x4AAC96C: run_test (test.h:584)
==30812==    by 0x4AACD5B: main (test.h:654)
==30812== 

==30812== 124 bytes in 1 blocks are definitely lost in loss record 493 of 774
==30812==    at 0x7BC4C735: notify_alloc (heap.c:255)
==30812==    by 0x7BC5161A: RtlReAllocateHeap (heap.c:1883)
==30812==    by 0x7B8458E5: HeapReAlloc (heap.c:281)
==30812==    by 0x7B846646: GlobalReAlloc (heap.c:679)
==30812==    by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812==    by 0x51916F1: HGLOBALStreamImpl_Write (objidl.h:4391)
==30812==    by 0x619B3EB: write_data_to_stream (objidl.h:4384)
==30812==    by 0x619B643: flush_output_buffer (mxwriter.c:604)
==30812==    by 0x619BC78: mxwriter_Release (mxwriter.c:774)
==30812==    by 0x4A8ADD2: test_mxwriter_stream (msxml2.h:22158)
==30812==    by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812==    by 0x4AAC96C: run_test (test.h:584)
==30812==    by 0x4AACD5B: main (test.h:654)
==30812== 

etc.

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