From: Carsten Haitzler (Rasterman) Date: Sun, 14 Jun 2015 10:16:09 +0000 (+0900) Subject: e - bring back fullscreen crash bug while fixing refcount correctness X-Git-Tag: upstream/0.20.0~788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56cabf59c672af27af87eda82079de4e2ee2d38e;p=platform%2Fupstream%2Fenlightenment.git 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. --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 28a676a..665952e 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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;