v3_free_account()
void v3_free_account(v3_account *account);
Frees all memory allocated for the supplied account structure.
Arguments
| Type | Description |
| v3_account *account | A pointer to the account structure to be freed |
void v3_free_account(v3_account *account);
Frees all memory allocated for the supplied account structure.
| Type | Description |
| v3_account *account | A pointer to the account structure to be freed |