Changeset 8747
- Timestamp:
- 05/09/08 21:38:06 (7 months ago)
- Files:
-
- trunk/src/VBox/Devices/Parallel/DevParallel.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Devices/Parallel/DevParallel.cpp
r8155 r8747 200 200 if (ch != s->reg_control) { 201 201 #ifndef IN_RING3 202 NOREF(ch);203 202 return VINF_IOM_HC_IOPORT_WRITE; 204 203 #else … … 651 650 652 651 PDMR3CritSectDelete(&pData->CritSect); 653 /** @todo destroy the event sem? */ 652 RTSemEventDestroy(pData->ReceiveSem); 654 653 655 654 return VINF_SUCCESS;

