Name

cyg_bundle_item_release — Release reference to specific bundle item

Synopsis

#include <cyg/bundle/bundle_api.h>

void cyg_bundle_item_release(cyg_bundle_object_t *ic);

Description

Release handle onto bundle item. This releases any state held regarding the referenced item. The application should always release the item descriptor when it is no longer required to avoid resource leaks.