VirtualBox

Changeset 17821 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 13, 2009 1:19:16 PM (16 years ago)
Author:
vboxsync
Message:

Cbinding: fixed minor bug where dlopen handle for VBoxXPCOMC was lost.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c

    r17815 r17821  
    121121                    pszBuf, VBOX_GET_XPCOMC_FUNCTIONS_SYMBOL_NAME, dlerror());
    122122        if (rc != 0)
     123        {
    123124            dlclose(g_hVBoxXPCOMC);
    124         g_hVBoxXPCOMC = NULL;
     125            g_hVBoxXPCOMC = NULL;
     126        }
    125127    }
    126128    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette