Changeset 50348 in vbox
- Timestamp:
- Feb 6, 2014 2:57:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r50347 r50348 812 812 for (int k = 0; k < g_cIntrAllocated; k++) 813 813 ddi_intr_free(g_pIntr[k]); 814 g_cIntrAllocated = 0;815 814 } 816 815 else … … 855 854 } 856 855 } 857 g_cIntrAllocated = 0;858 856 RTMemFree(g_pIntr); 859 857 mutex_destroy(&g_IrqMtx);
Note:
See TracChangeset
for help on using the changeset viewer.