e_client: Remove deleted client from UUID store

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
This commit is contained in:
Stefan Schmidt 2014-04-10 17:12:28 +02:00 committed by Stefan Schmidt
parent 9d2e1fbc85
commit e2f87d3498
1 changed files with 5 additions and 0 deletions

View File

@ -548,6 +548,11 @@ _e_client_free(E_Client *ec)
ec->e.state.profile.wait_desk = NULL;
evas_object_del(ec->frame);
E_OBJECT(ec)->references--;
#ifdef HAVE_WAYLAND
e_uuid_store_entry_del(ec->uuid);
#endif
free(ec);
}