[Bug 43390] valgrind shows a few definite leaks in dlls/xaudio2_7/tests/ xaudio2.c

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 25 09:19:07 CDT 2019


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

--- Comment #5 from Ethan Lee <flibitijibibo at gmail.com> ---
The ones that can be ignored will look like one of these two, both are
"possibly lost" messages:

1. at notify_alloc
   by RtlAllocateHeap
   by create_voice
   by IXAudio2Impl_CreateSourceVoice/CreateSubmixVoice

2. at notify_alloc
   by RtlAllocateHeap
   by get_tls_data
   by winetest_set_location
   by IXAudio2VoiceCallback_*/IXAudio2EngineCallback_*

I believe the rest are valid errors.

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