Fix build error 68/272968/2
authorInHong Han <inhong1.han@samsung.com>
Tue, 29 Mar 2022 01:16:27 +0000 (10:16 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 29 Mar 2022 01:33:38 +0000 (10:33 +0900)
Change-Id: I4f6f280d6c226a60c69084f6cf127eacca5061cf

src/e_mod_main.c

index 9a895b3f555373df012889d606efb21902431ee5..caaa64763e3f1a942b0159be8d28611d99336066 100644 (file)
@@ -504,7 +504,7 @@ static void
 _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);