diff --git a/src/bin/e_popup.c b/src/bin/e_popup.c index 2c624099c..33b6b47e2 100644 --- a/src/bin/e_popup.c +++ b/src/bin/e_popup.c @@ -152,6 +152,7 @@ e_popup_show(E_Popup *pop) { E_OBJECT_CHECK(pop); E_OBJECT_TYPE_CHECK(pop, E_POPUP_TYPE); + EINA_SAFETY_ON_NULL_RETURN(pop->content); if (pop->visible) return;