Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 80 of file fliprotate.c.
{ FlipRotator *This = (FlipRotator*)iface; ULONG ref = InterlockedDecrement(&This->ref); TRACE("(%p) refcount=%u\n", iface, ref); if (ref == 0) { This->lock.DebugInfo->Spare[0] = 0; DeleteCriticalSection(&This->lock); if (This->source) IWICBitmapSource_Release(This->source); HeapFree(GetProcessHeap(), 0, This); } return ref; }