Changeset 56219 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jun 3, 2015 1:34:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r54608 r56219 836 836 for (int k = 0; k < g_cIntrAllocated; k++) 837 837 ddi_intr_free(g_pIntr[k]); 838 g_cIntrAllocated = 0; 838 839 } 839 840 else … … 878 879 } 879 880 } 881 g_cIntrAllocated = 0; 880 882 RTMemFree(g_pIntr); 881 883 mutex_destroy(&g_IrqMtx);
Note:
See TracChangeset
for help on using the changeset viewer.