Skip to main content

Name

ec_ptr_array_destroy — Destroy an ec_ptr_array

Synopsis

#include "misc/ec_ptr_array.h"

| void **ec_ptr_array_destroy** ( | array); |   |

ec_ptr_array * <var class="pdparam">array</var>;

Description

Destroy an ec_ptr_array created using ec_ptr_array_init.

Parameters

array

A pointer array. See ec_ptr_array.

Return Values

This function returns void.

Threading

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?