[][src]Function mupdf_sys::fz_drop_outline

pub unsafe extern "C" fn fz_drop_outline(
    ctx: *mut fz_context,
    outline: *mut fz_outline
)

Decrements the reference count. When the reference point reaches zero, the outline is freed.

When freed, it will drop linked outline entries (next and down) too, thus a whole outline structure can be dropped by dropping the top entry.

Never throws exceptions.