Re: [2/3] kernel32: Terminate threads before unloading DLLs on process exit.

2013-05-10 Thread Dmitry Timoshkov
Alexandre Julliard 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. > > >

Re: [2/3] kernel32: Terminate threads before unloading DLLs on process exit.

2013-05-10 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Alexandre Julliard 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 ro

Re: [2/3] kernel32: Terminate threads before unloading DLLs on process exit.

2013-05-10 Thread Dmitry Timoshkov
Alexandre Julliard 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 he

Re: [2/3] kernel32: Terminate threads before unloading DLLs on process exit.

2013-05-10 Thread Alexandre Julliard
Dmitry Timoshkov writes: > 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. -- Alexandre Julliard julli...@winehq