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

Dmitry Timoshkov dmitry at baikal.ru
Mon May 20 18:48:13 CDT 2013


Alexandre Julliard <julliard at winehq.org> wrote:

>    case DLL_PROCESS_DETACH:
> -    msvcrt_free_popen_data();
>      msvcrt_free_io();
> +    if (lpvReserved) break;
> +    msvcrt_free_popen_data();
>      msvcrt_free_mt_locks();
>      msvcrt_free_console();
>      msvcrt_free_args();

Shouldn't msvcrt_free_io() be also protected by this guard?

-- 
Dmitry.



More information about the wine-devel mailing list