Function mupdf_sys::fz_drop_image[][src]

pub unsafe extern "C" fn fz_drop_image(
    ctx: *mut fz_context,
    image: *mut fz_image
)

Decrement the (normal) reference count for an image. When the total (normal + key) reference count reaches zero, the image and its resources are freed.

Never throws exceptions.