e - bring back fullscreen crash bug while fixing refcount correctness

refs were inconsistent - thus this fixed the fullscreen quit bug by
never freeing a client. this brings the bug back by fixing this client
leak. i'll look again at this later.
This commit is contained in:
Carsten Haitzler 2015-06-14 19:16:09 +09:00
parent f1bd800037
commit 56cabf59c6
1 changed files with 0 additions and 1 deletions

View File

@ -2546,7 +2546,6 @@ e_comp_object_client_add(E_Client *ec)
ec->frame = o;
evas_object_data_set(o, "comp_object", (void*)1);
e_object_ref(E_OBJECT(ec));
_e_comp_object_event_add(o);
return o;