When File Manager quits, it sends the FMEVENT_UNLOAD message to each extension DLL and then calls the FreeLibrary function to free the DLLs. Each DLL should free any memory that it has allocated.
Когда Файловый Менеджер выходит, он посылает сообщение FMEVENT_UNLOAD в каждое расширение DLL затем вызывает функцию FreeLibrary, чтобы освобождать DLLs. Каждый DLL должен освобождать любую память, которую он распределил.