efl_ui_slider: add eina_value_flush after using the value

This commit is contained in:
WooHyun Jung 2017-10-31 11:33:12 +09:00
parent 02f179628c
commit 276d10c7bb
1 changed files with 1 additions and 0 deletions

View File

@ -1035,6 +1035,7 @@ _min_max_set(Evas_Object *obj)
elm_layout_text_set(obj, "elm.units.max", eina_strbuf_string_get(str));
eina_strbuf_free(str);
eina_value_flush(&val);
}
EOLIAN static void