v3_free_user()
void v3_free_user(v3_user *user);
Frees all memory allocated for the supplied user structure.
Arguments
| Type | Description |
| v3_user *user | A pointer to the user structure to be freed |
void v3_free_user(v3_user *user);
Frees all memory allocated for the supplied user structure.
| Type | Description |
| v3_user *user | A pointer to the user structure to be freed |