Comment 6 for bug 1445320

Revision history for this message
Uwe Klotz (uklotzde-deactivatedaccount) wrote :

I'm not able to reproduce this issue, even when playing the same track on multiple decks and reanalysing it concurrently.

I don't think that we still have any issues here. The initialization and usage of the COM runtime and interfaces has been fixed including potential reference leaks. COINIT_APARTMENTTHREADED seems to be appropriate, because we don't provide any MF components ourselves that need to run in an MTA. The COM runtime is initialized within every thread and those different threads should not get into the way of each other.

Please don't mind if I do not spend any more time to analyse the old, buggy code base. Let's see how 2.1 will perform and create a new bug report if we need to.