Changeset 290 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jan 25, 2007 5:43:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c
r289 r290 42 42 # include <iprt/heap.h> 43 43 # include <iprt/spinlock.h> 44 # include <iprt/err.h> 44 45 #endif 45 46 … … 61 62 RTDECL(void) RTMemExecCleanup(void) 62 63 { 63 RTSpinlockDestroy(g_Heap Spinlock);64 g_Heap Spinlock = NIL_RTSPINLOCK;64 RTSpinlockDestroy(g_HeapExecSpinlock); 65 g_HeapExecSpinlock = NIL_RTSPINLOCK; 65 66 } 66 67
Note:
See TracChangeset
for help on using the changeset viewer.