Function mupdf_sys::fz_drop_page

source ·
pub unsafe extern "C" fn fz_drop_page(
    ctx: *mut fz_context,
    page: *mut fz_page
)
Expand description

Decrements the reference count for the page. When the reference count hits 0, the page and its references are freed.

Never throws exceptions.