Change-Id: Ib0a032ff6f6726de6443ca416d9f53e9f2940b72
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
return;
}
- const char *getText = elm_entry_markup_to_utf8(elm_entry_entry_get(entry));
+ char *getText = elm_entry_markup_to_utf8(elm_entry_entry_get(entry));
SECURE_LOGD("button key clicked!! : getText = %s", getText);
char cursorPosition[512];
set_source_caller_app_id(app_control);
free(app_id);
reply_to_sender_by_callback(getText, "keyboard", NULL, cursorPosition);
+ free(getText);
app_control_destroy(app_control);
ui_app_exit();
}