This commit is contained in:
Mike Blumenkrantz 2014-01-29 21:01:16 -05:00
parent 10ef8170d4
commit 7ef4340c3f
2 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,6 @@ _e_client_free(E_Client *ec)
e_hints_client_list_set();
evas_object_del(ec->frame);
E_FREE(ec->comp_data);
free(ec);
}

View File

@ -4179,6 +4179,7 @@ _e_comp_x_hook_client_del(void *d EINA_UNUSED, E_Client *ec)
ec->parent->modal = NULL;
}
E_FREE_FUNC(ec->comp_data->first_draw_delay, ecore_timer_del);
E_FREE(ec->comp_data);
if (post_clients)
post_clients = eina_list_remove(post_clients, ec);