https://bugs.winehq.org/show_bug.cgi?id=36272
--- Comment #14 from David Kahurani k.kahurani@gmail.com --- (In reply to Michael Stefaniuc from comment #11)
But I'm not seeing those definitely lost loss records.
I tracked one of the leaks (the first one in comment #7) to reference leaks on the IDirectMusicPort object. The methods marked 'todo' do increment the reference count on the object and also, we should probably call IDirectMusicPerformance8_RemovePort when we are done with object. I'm not sure what to do about the tests marked 'todo'
To observe this, you can run the tests with WINEDEDUG=+dmime,+dmusic, the IDirectMusicPort object never gets released because the reference count is a high number, like 15 or something