diff options
author | Amitesh Singh <amitesh.sh@samsung.com> | 2017-10-28 10:19:21 +0900 |
---|---|---|
committer | Amitesh Singh <amitesh.sh@samsung.com> | 2017-10-28 10:19:21 +0900 |
commit | d81b73b1a74654bc8ee040077bd525e1c1c50630 (patch) | |
tree | bb4da24d29f27c5f6851a764097aba0894a83658 /src/lib | |
parent | 173de925ed9bb3c1e219cf02a69d5724947ab727 (diff) |
Efl.ui.mbe: efl_ui_format_cb_set is actually going to free the existing format.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elementary/efl_ui_multibuttonentry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_multibuttonentry.c b/src/lib/elementary/efl_ui_multibuttonentry.c index 18129b0d5b..0414bc7567 100644 --- a/src/lib/elementary/efl_ui_multibuttonentry.c +++ b/src/lib/elementary/efl_ui_multibuttonentry.c | |||
@@ -1675,7 +1675,6 @@ _efl_ui_multibuttonentry_efl_canvas_group_group_del(Eo *obj, Efl_Ui_Multibuttone | |||
1675 | evas_object_del(sd->end); | 1675 | evas_object_del(sd->end); |
1676 | ecore_timer_del(sd->longpress_timer); | 1676 | ecore_timer_del(sd->longpress_timer); |
1677 | 1677 | ||
1678 | if (sd->format_free_cb) sd->format_free_cb(sd->format_cb_data); | ||
1679 | efl_ui_format_cb_set(obj, NULL, NULL, NULL); | 1678 | efl_ui_format_cb_set(obj, NULL, NULL, NULL); |
1680 | eina_strbuf_free(sd->format_strbuf); | 1679 | eina_strbuf_free(sd->format_strbuf); |
1681 | 1680 | ||