windowscodecs: Don't free memory at process exit.
This commit is contained in:
parent
72409c32be
commit
505455de69
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
windowscodecs_module = hinstDLL;
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpvReserved) break;
|
||||
ReleaseComponentInfos();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue