Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 246 of file htmlstylesheet.c.
{ HTMLStyleSheetsCollection *This = HTMLSTYLESHEETSCOL_THIS(iface); LONG ref = InterlockedDecrement(&This->ref); TRACE("(%p) ref=%d\n", This, ref); if(!ref) { if(This->nslist) nsIDOMStyleSheetList_Release(This->nslist); heap_free(This); } return ref; }