Commit cc279986 authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

wm->modname might be invalid at the end of FreeLibrary.

parent 6cc47d49
......@@ -1614,7 +1614,7 @@ BOOL MODULE_FreeLibrary( WINE_MODREF *wm )
DEBUG_SendUnloadDLLEvent( wm->module );
}
TRACE("(%s) - END\n", wm->modname );
TRACE("END\n");
MODULE_FlushModrefs();
......
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