Changeset 61857 in vbox
- Timestamp:
- Jun 23, 2016 4:03:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c
r57426 r61857 226 226 Assert(pvMbox && *pvMbox); 227 227 mbox = (struct sys_mbox*)*pvMbox; 228 Assert(pvMbox != NULL && pvMbox != NULL);229 228 LWIPMutexDestroy((mbox)->mutex); 230 229 RTSemEventMultiDestroy((mbox)->nonempty);
Note:
See TracChangeset
for help on using the changeset viewer.