Function
Gcrsecure_memory_strfree
[−]
Description [src]
Free a string, whether securely allocated using these functions or not. This will also clear out the contents of the string so they do not remain in memory.
This function is not directly available to language bindings.
[−]
Parameters
string
-
Type:
gchar*
Null terminated string to fere.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.