[Bug 36268] valgrind shows several leaks in dmloader/tests/loader.c

WineHQ Bugzilla wine-bugs at winehq.org
Wed Nov 27 12:02:52 CST 2019


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

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
(In reply to joaopa from comment #1)
> Does the bug still occur with wine-4.19?

Yes:
../../../tools/runtest -q -P wine -T ../../.. -M dmloader.dll -p
dmloader_test.exe.so loader && touch loader.ok
==21129== 4 bytes in 2 blocks are possibly lost in loss record 58 of 988
==21129==    at 0x40345DC: malloc (vg_replace_malloc.c:307)
==21129==    by 0x42F0EB1: strdup (strdup.c:42)
==21129==    by 0x80C881D: ???
==21129==    by 0x80C8A45: ???
==21129==    by 0x80C8E2C: ???
==21129==    by 0x80C8F75: ???
==21129==    by 0x80C9A00: ???
==21129==    by 0x80C9C2A: ???
==21129==    by 0x80CCEE6: ???
==21129==    by 0x80CD0D0: ???
==21129==    by 0x8151568: ???
==21129==    by 0x7C61769: midiOpenSeq (midi.c:235)
==21129==    by 0x7C61E5F: ALSA_MidiInit (midi.c:1293)
==21129==    by 0x7C64185: ALSA_midMessage (midi.c:1348)
==21129==    by 0x69CEDCC: MMDRV_InitPerType (lolvldrv.c:345)
==21129==    by 0x69CF539: MMDRV_Install (lolvldrv.c:471)
==21129==    by 0x69CF742: MMDRV_Init (lolvldrv.c:543)
==21129==    by 0x69CF8B7: MMDRV_InitSingleType (lolvldrv.c:74)
==21129==    by 0x69CF8D8: MMDRV_GetNum (lolvldrv.c:85)
==21129==    by 0x69E360C: midiOutGetNumDevs (winmm.c:291)
==21129== 
==21129== 4 bytes in 2 blocks are possibly lost in loss record 59 of 988
==21129==    at 0x40345DC: malloc (vg_replace_malloc.c:307)
==21129==    by 0x42F0EB1: strdup (strdup.c:42)
==21129==    by 0x80C881D: ???
==21129==    by 0x80C8A45: ???
==21129==    by 0x80C8E2C: ???
==21129==    by 0x80C8F75: ???
==21129==    by 0x80C88F9: ???
==21129==    by 0x80C8A45: ???
==21129==    by 0x80C8E2C: ???
==21129==    by 0x80C8F75: ???
==21129==    by 0x80C9A00: ???
==21129==    by 0x80C9C2A: ???
==21129==    by 0x80CCEE6: ???
==21129==    by 0x80CD0D0: ???
==21129==    by 0x8151568: ???
==21129==    by 0x7C61769: midiOpenSeq (midi.c:235)
==21129==    by 0x7C61E5F: ALSA_MidiInit (midi.c:1293)
==21129==    by 0x7C64185: ALSA_midMessage (midi.c:1348)
==21129==    by 0x69CEDCC: MMDRV_InitPerType (lolvldrv.c:345)
==21129==    by 0x69CF539: MMDRV_Install (lolvldrv.c:471)
==21129== 

et al

wine-4.20-213-gddec23013e

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