https://bugs.winehq.org/show_bug.cgi?id=43390 --- Comment #3 from Ethan Lee <flibitijibibo(a)gmail.com> --- Looks like there are three categories of error: 1. XAPOFX leaks. These are definitely bugs! I think we're just missing a Release in xapo.c somewhere. 2. Leak warnings for voices. This is probably because we don't free voice memory until IXAudio2_Release, so when we leave the tests without freeing any of the voices it thinks we've leaked. 3. Leak warnings in XAudio2 callbacks. This may just be that we're running ok()s in a separate thread than the main one, but I'm not sure why it would warn just because of that... in any case, we don't allocate/free anything in the callbacks, so this one's probably okay(?). -- 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.