Skip to main content

ec_blobject_delref_typeunsafe

Last updated March 2020

Name

ec_blobject_delref_typeunsafe — Decrements the reference count of blobject by 1 and releases the memory allocated to it if the reference count is decremented to 0

Synopsis

#include "ec_blobject.h"

| void **ec_blobject_delref_typeunsafe** ( | blobject); |   |

void * <var class="pdparam">blobject</var>;

Description

Decrements the reference count of blobject by 1 and releases the memory allocated to it if the reference count is decremented to 0.

Parameters

blobject

A void pointer.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?