Skip to main content

Name

ec_blobject_delref — Decrements the reference count of obj 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** ( | obj); |   |

ec_blobject * <var class="pdparam">obj</var>;

Description

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

Parameters

obj

A pointer to an “ec_blobject”.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?