credui: Don't bother to free memory at process exit.
This commit is contained in:
parent
a131d714ff
commit
0f3523b101
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue