fix of double free memory
There was double free memory because refresh_token is removed from delayed callbacks after finish call and second time is when reconnect func is called in by refresh_token (refresh_token->is_refresh_token_retry_over->reconnect). The clean up occurs in cloud_manager_stop, so we can remove it.