Dmitry Timoshkov <dmi...@baikal.ru> writes: > Alexandre Julliard <julli...@winehq.org> wrote: > >> > If it's not yet time to make this change please let me know what else needs >> > to be tested/fixed/investigated. >> >> The heap behavior would need testing, since freeing memory is probably >> the most common thing done in a detach routine. > > You mean testing whether heap lock is held during process exit and/or > dll detach notification is being sent?
Not really, more like what happens if one of the terminated threads was holding the lock. -- Alexandre Julliard julli...@winehq.org