Skip to main content

minimal_tryread_construct_free

Last updated March 2020

Name

minimal_tryread_construct_free — Release the resources of a minimal_tryread_construct

Synopsis

#include "ec_growbuf.h"

| void **minimal_tryread_construct_free** ( | mtc); |   |

minimal_tryread_construct * <var class="pdparam">mtc</var>;

Description

Release the resources of a “minimal_tryread_construct” struct.

Parameters

mtc

The address of the “minimal_tryread_construct” struct that you wish to free.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?