VirtualBox

Changeset 8747

Show
Ignore:
Timestamp:
05/09/08 21:38:06 (7 months ago)
Author:
vboxsync
Message:

Parallel: destroy event semaphore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Devices/Parallel/DevParallel.cpp

    r8155 r8747  
    200200        if (ch != s->reg_control) { 
    201201#ifndef IN_RING3 
    202             NOREF(ch); 
    203202            return VINF_IOM_HC_IOPORT_WRITE; 
    204203#else 
     
    651650 
    652651    PDMR3CritSectDelete(&pData->CritSect); 
    653 /** @todo destroy the event sem? */ 
     652    RTSemEventDestroy(pData->ReceiveSem); 
    654653 
    655654    return VINF_SUCCESS; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy