Function

Vipsslist_free_all

Declaration [src]

void
vips_slist_free_all (
  GSList* list
)

Description [src]

Free a GSList of things which need g_free()ing.

Parameters

list A list of guint8
 

A GSList

 The data is owned by the caller of the function.