diff --git a/src/bin/e_gadcon_popup.c b/src/bin/e_gadcon_popup.c index 0d2135c12..f0913dfc4 100644 --- a/src/bin/e_gadcon_popup.c +++ b/src/bin/e_gadcon_popup.c @@ -175,7 +175,6 @@ static void _e_gadcon_popup_free(E_Gadcon_Popup *pop) { pop->gcc = NULL; - if (pop->o_con) evas_object_del(pop->o_con); e_object_del(E_OBJECT(pop->win)); free(pop); } diff --git a/src/bin/e_gadcon_popup.h b/src/bin/e_gadcon_popup.h index 1fabc7d3f..9dba115cf 100644 --- a/src/bin/e_gadcon_popup.h +++ b/src/bin/e_gadcon_popup.h @@ -18,7 +18,7 @@ struct _E_Gadcon_Popup E_Popup *win; E_Gadcon_Client *gcc; Evas_Coord w, h; - Evas_Object *o_bg, *o_con; + Evas_Object *o_bg; int pinned : 1;