Changeset 50347 in vbox
- Timestamp:
- Feb 6, 2014 2:53:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r46052 r50347 122 122 &g_VBoxGuestSolarisCbOps, 123 123 (struct bus_ops *)0, 124 nodev /* power */ 124 nodev, /* power */ 125 ddi_quiesce_not_needed 125 126 }; 126 127 … … 811 812 for (int k = 0; k < g_cIntrAllocated; k++) 812 813 ddi_intr_free(g_pIntr[k]); 814 g_cIntrAllocated = 0; 813 815 } 814 816 else … … 853 855 } 854 856 } 857 g_cIntrAllocated = 0; 855 858 RTMemFree(g_pIntr); 856 859 mutex_destroy(&g_IrqMtx);
Note:
See TracChangeset
for help on using the changeset viewer.