Efl.ui.mbe: efl_ui_format_cb_set is actually going to free the existing format.
authorAmitesh Singh <amitesh.sh@samsung.com>
Sat, 28 Oct 2017 01:19:21 +0000 (10:19 +0900)
committerAmitesh Singh <amitesh.sh@samsung.com>
Sat, 28 Oct 2017 01:19:21 +0000 (10:19 +0900)
src/lib/elementary/efl_ui_multibuttonentry.c

index 18129b0..0414bc7 100644 (file)
@@ -1675,7 +1675,6 @@ _efl_ui_multibuttonentry_efl_canvas_group_group_del(Eo *obj, Efl_Ui_Multibuttone
    evas_object_del(sd->end);
    ecore_timer_del(sd->longpress_timer);
 
-   if (sd->format_free_cb) sd->format_free_cb(sd->format_cb_data);
    efl_ui_format_cb_set(obj, NULL, NULL, NULL);
    eina_strbuf_free(sd->format_strbuf);