SYNOPSIS

#include <../vformat/vf_iface.h>

extern void vf_delete_object

(

VF_OBJECT_T *p_object,

bool_t all

);

PARAMETERS

VF_OBJECT_T *p_object

The object to delete.

bool_t all

Delete all subsequent objects?.

DESCRIPTION

Cleans up the memory used by the indicated vformat object.

RETURNS

(None)

RELATED TO vf_delete_object…