[Bug 36395] valgrind shows a possible leak in inetcomm/tests/mimeole.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 7 18:24:20 CST 2017


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

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
Doesn't seem to be. There are two definite leaks though:
==13902== 12 bytes in 1 blocks are definitely lost in loss record 84 of 684
==13902==    at 0x7BC50754: notify_alloc (heap.c:254)
==13902==    by 0x7BC54BD5: RtlAllocateHeap (heap.c:1716)
==13902==    by 0x4825664: create_test_stream (mimeole.c:446)
==13902==    by 0x4825A08: test_SetData (mimeole.c:489)
==13902==    by 0x482C97C: func_mimeole (mimeole.c:1652)
==13902==    by 0x482D761: run_test (test.h:589)
==13902==    by 0x482DB8D: main (test.h:671)
==13902== 


==13902== 32 bytes in 1 blocks are definitely lost in loss record 244 of 684
==13902==    at 0x7BC50754: notify_alloc (heap.c:254)
==13902==    by 0x7BC54BD5: RtlAllocateHeap (heap.c:1716)
==13902==    by 0x4DFD328: CreateStreamOnHGlobal (hglobalstream.c:590)
==13902==    by 0x4823D2A: create_stream_from_string (mimeole.c:164)
==13902==    by 0x482612D: test_SetData (mimeole.c:538)
==13902==    by 0x482C97C: func_mimeole (mimeole.c:1652)
==13902==    by 0x482D761: run_test (test.h:589)
==13902==    by 0x482DB8D: main (test.h:671)
==13902== 

but those deserve separate bugs.

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