Commit 2097387e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

inetcomm: Make variable static to fix crash on process detach.

parent f91f9c8b
......@@ -37,7 +37,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(inetcomm);
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
IMimeInternational *international;
static IMimeInternational *international;
TRACE("(%p, %d, %p)\n", hinstDLL, fdwReason, lpvReserved);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment