- Timestamp:
- Mar 23, 2009 5:23:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c
r18155 r18156 206 206 if (g_hVBoxXPCOMC) 207 207 { 208 /* VBoxRT.so doesn't like being reloaded and it asserts at: 209 * Expression: g_szrtProcExePath[0] != '\0' 210 * Location : src/VBox/Runtime/r3/process.cpp(100) char* RTProcGetExecutableName(char*, size_t) 211 * so for time being not comment the following line 212 */ 213 /* dlclose(g_hVBoxXPCOMC); */ 208 #if 0 /* VBoxRT.so doesn't like being reloaded. See @bugref{3725}. */ 209 dlclose(g_hVBoxXPCOMC); 210 #endif 214 211 g_hVBoxXPCOMC = NULL; 215 212 }
Note:
See TracChangeset
for help on using the changeset viewer.