credui: Don't bother to free memory at process exit.

This commit is contained in:
Alexandre Julliard 2013-05-15 10:15:39 +02:00
parent a131d714ff
commit 0f3523b101
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
break;
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
LIST_FOR_EACH_ENTRY_SAFE(entry, cursor2, &pending_credentials_list, struct pending_credentials, entry)
{
list_remove(&entry->entry);