VirtualBox

Ignore:
Timestamp:
Jun 3, 2015 1:34:21 PM (10 years ago)
Author:
vboxsync
Message:

Additions/solaris: revert r92087, though not strictly necessary due to order of driver hooks and guarantees, this makes the code *much* more readable and explicit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r54608 r56219  
    836836                            for (int k = 0; k < g_cIntrAllocated; k++)
    837837                                ddi_intr_free(g_pIntr[k]);
     838                            g_cIntrAllocated = 0;
    838839                        }
    839840                        else
     
    878879        }
    879880    }
     881    g_cIntrAllocated = 0;
    880882    RTMemFree(g_pIntr);
    881883    mutex_destroy(&g_IrqMtx);
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