this should fix some remember shutdown problem where ec->zone is NULL

should fix T1272
This commit is contained in:
Carsten Haitzler 2014-05-29 14:35:32 +09:00
parent 069a1b169a
commit a28bc668c0
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ _e_remember_event_free(void *d EINA_UNUSED, void *event)
static void
_e_remember_update(E_Client *ec, E_Remember *rem)
{
if (!ec->zone) return;
if (rem->apply & E_REMEMBER_APPLY_POS ||
rem->apply & E_REMEMBER_APPLY_SIZE)
{