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

This commit is contained in:
Ulrich Czekalla 2000-03-08 18:41:22 +00:00 committed by Alexandre Julliard
parent 6cc47d4924
commit cc27998626
1 changed files with 1 additions and 1 deletions

View File

@ -1614,7 +1614,7 @@ BOOL MODULE_FreeLibrary( WINE_MODREF *wm )
DEBUG_SendUnloadDLLEvent( wm->module ); DEBUG_SendUnloadDLLEvent( wm->module );
} }
TRACE("(%s) - END\n", wm->modname ); TRACE("END\n");
MODULE_FlushModrefs(); MODULE_FlushModrefs();