Make sure we have a valid frame object before calling edje & evas
functions on it. This patch fixes an issue where NULL is being passed
to eo functions
ref T7030
Make sure we have a valid frame object before calling edje & evas
functions on it. This patch fixes an issue where NULL is being passed
to eo functions
ref T7030
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
This should only be NULL for ELM_WIN_FAKE types, so probably the conditional should explicitly test for that since any other case is an actual bug and not expected behavior.
It may also be worthwhile to evaluate other similar calls on this object to see if they need similar checking to avoid errors.