/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* free_token.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dkaiser type == STRING_TOKEN) free(token->content.string); if (token->previous != NULL) token->previous->next = NULL; if (token->next != NULL) token->next->previous = NULL; free(token); }