http://bugs.winehq.org/show_bug.cgi?id=4093
------- Additional Comments From julliard@winehq.com 2006-14-04 03:44 ------- I'd say the most likely cause is that we try to enter the critical section after it has been deleted, most likely because DSDB_PCMCallback gets called for a freed object. DSDB_DestroyMMAP needs to disable the callback before destroying the object.