uiFreeText

Function uiFreeText 

Source
pub unsafe extern "C" fn uiFreeText(text: *mut c_char)
Expand description

Free the memory of a returned string.

@note Every time a string is returned from the library, this method should be called. Examples of these functions are uiWindowTitle, uiOpenFile, uiSaveFile, and uiEntryText. It is not required for input strings, e.g. in uiWindowSetTitle.

@param text The string to free memory