efl ui slider - fix crashes with fmt callback data and class data
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 24 Nov 2017 14:45:14 +0000 (23:45 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 24 Nov 2017 14:51:38 +0000 (23:51 +0900)
commitbe6f4a870a667974280332ba6693e1223ec51dc5
tree4f4540646299efc7d5823642e00f8e107b22f4fa
parent40214e16c72fb26e7dbdde0344dc771acc2aaa6b
efl ui slider - fix crashes with fmt callback data and class data

the format free cb was passed the class data (sd) as the callback data
but this was freed by the time _indi_default_format_free_cb was called
causing an invalid access. fix this by looking it up from the obj
which is probably invalid at this point...
src/lib/elementary/efl_ui_slider.c