Changeset 17821 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 13, 2009 1:19:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c
r17815 r17821 121 121 pszBuf, VBOX_GET_XPCOMC_FUNCTIONS_SYMBOL_NAME, dlerror()); 122 122 if (rc != 0) 123 { 123 124 dlclose(g_hVBoxXPCOMC); 124 g_hVBoxXPCOMC = NULL; 125 g_hVBoxXPCOMC = NULL; 126 } 125 127 } 126 128 else
Note:
See TracChangeset
for help on using the changeset viewer.