ec_ptr_array_destroy
Last updated March 2020
Name
ec_ptr_array_destroy — Destroy an ec_ptr_array
Synopsis
#include "misc/ec_ptr_array.h"
| void **ec_ptr_array_destroy** (
| array)
; | |
Description
Destroy an ec_ptr_array created using ec_ptr_array_init.
- array
-
A pointer array. See ec_ptr_array.
This function returns void.
It is legal to call this function in any thread.
Note
While you can use the pointer array functions in any thread, they are not thread safe so use them with caution.
See Also
Was this page helpful?