Change-Id: I4f6f280d6c226a60c69084f6cf127eacca5061cf
_e_text_input_method_context_cb_destroy(struct wl_client *client EINA_UNUSED, struct wl_resource *resource)
{
E_Input_Method_Context *context = wl_resource_get_user_data(resource);
- EINA_SAFETY_ON_NULL_GOTO(context, err);
+ EINA_SAFETY_ON_NULL_RETURN(context);
LOGD("resource(%p), context(%p), context->input(%p), context->input_method(%p)", resource, context, context->input, context->input_method);