Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 131 of file ff_safety.c.
Referenced by FF_DestroyIOMAN().
{ /* Sanity check */ if (pSemaphore) { /* Free the semaphore memory */ ExFreePoolWithTag(pSemaphore, TAG_FULLFAT); } }