Destroy a string handle
#include <strm.h>
int strm_string_destroy( strm_string_t *sstr );
libstrm
The function strm_string_destroy() destroys the specified string handle, and frees the memory allocated for the string object if the specified handle is the last one referencing it.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |