23.7. slapi_ch_free_string()
This function frees space previously allocated to a string. This function is similar to slapi_ch_free(), but the argument is the address of a string. This helps with compile time error checking.
#include "slapi-plugin.h" void slapi_ch_free_string( char **s );
This function takes the following parameter:
|
s
| Address of the string that you want to free. If NULL, no action occurs. |

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.