ec_double_list_destroy
Last updated March 2020
Name
ec_double_list_destroy — Destroy a list
Synopsis
#include "misc/ec_double_list.h"
| void **ec_double_list_destroy** (
| list)
; | |
Description
Destroy a list. Note: This does not free the data pointers.
- list
-
The list to destroy.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?