Alexandre Julliard : msvcrt: Don't bother to clean up at process exit.

Dmitry Timoshkov dmitry at baikal.ru
Tue May 21 07:12:24 CDT 2013


Christian Costa <titan.costa at gmail.com> wrote:

> Out of curiosity. Not freeing these memory allocations shouldn't disturb
> Valgrind to report false memory leaks?

Avoiding heap access on process exit should avoid possible dead locks
in case a terminated by ExitProcess thread holds the heap lock.

-- 
Dmitry.



More information about the wine-devel mailing list