VirtualBox

Ignore:
Timestamp:
Oct 30, 2009 10:26:43 AM (15 years ago)
Author:
vboxsync
Message:

iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module containing IPRT can make sure it's really terminated and that modules not calling RTR0Term doesn't create trouble (other than debug assertions). Use this for SUPDrv on Solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r22438 r24179  
    242242        else
    243243            LogRel((DEVICE_NAME ":VBoxDrvSolarisAttach: supdrvInitDevExt failed\n"));
    244         RTR0Term();
     244        RTR0TermForced();
    245245    }
    246246    else
     
    269269    g_Spinlock = NIL_RTSPINLOCK;
    270270
    271     RTR0Term();
     271    RTR0TermForced();
    272272
    273273    memset(&g_DevExt, 0, sizeof(g_DevExt));
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