Skip to main content

Name

ec_double_list_destroy — Destroy a list

Synopsis

#include "misc/ec_double_list.h"

| void **ec_double_list_destroy** ( | list); |   |

ec_double_list * <var class="pdparam">list</var>;

Description

Destroy a list. Note: This does not free the data pointers.

Parameters

list

The list to destroy.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?