Function mupdf_sys::fz_drop_path[][src]

pub unsafe extern "C" fn fz_drop_path(
    ctx: *mut fz_context,
    path: *const fz_path
)

Decrement the reference count. When the reference count hits zero, free the path.

All paths can be dropped, regardless of their packing type. Packed paths do not own the blocks into which they are packed so dropping them does not free those blocks.

Never throws exceptions.