tibasBrowser_Free()

Destroys allocated resources and frees memory.

Declaration

tibas_status tibasBrowser_Free
(tibasBrowser* browser)

Parameters

Parameter Description
browser The browser on which the function is invoked.

Remarks

Use the tibasBrowser_Free() function to free the resources used by a specified space browser.

The browser parameter specifies the browser object that was returned when the browser was activated by calling the tibasMetaspace_Browse() function or the tibasSpace_Browse() function.