elm.hoversel: ensure sd is not NULL

Summary: elm.hoversel: ensure sd is not NULL

Reviewers: cedric, zmike, raster

Subscribers: raster, zmike, #reviewers, cedric, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7706
This commit is contained in:
Boris Faure 2019-01-20 22:13:23 +01:00
parent 7feeda0410
commit e80918643d
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ _sizing_eval(void *data)
Eina_Rectangle base, adjusted, parent;
ELM_HOVERSEL_DATA_GET(obj, sd);
EINA_SAFETY_ON_NULL_RETURN(sd);
if (sd->resize_job)
sd->resize_job = NULL;