Fixed module unloading problems.

This commit is contained in:
Gunnar Beutner 2012-04-04 10:08:31 +02:00
parent 94c7324b51
commit 5360a39cc5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Application::~Application(void)
#ifdef _WIN32
WSACleanup();
#else /* _WIN32 */
lt_dlexit();
//lt_dlexit();
#endif /* _WIN32 */
}