Index: src/lib/elc_ctxpopup.c
===================================================================
--- src/lib/elc_ctxpopup.c	(리비전 71290)
+++ src/lib/elc_ctxpopup.c	(작업 사본)
@@ -230,8 +230,6 @@ _parent_cut_off(Evas_Object *obj)
                                        EVAS_CALLBACK_RESIZE,
                                        _parent_resize,
                                        obj);
-
-   elm_widget_sub_object_del(wd->parent, obj);
 }
 
 static void
@@ -1229,6 +1227,7 @@ elm_ctxpopup_hover_parent_set(Evas_Objec
    if ((!wd) || (!parent)) return;
 
    _parent_cut_off(obj);
+   elm_widget_sub_object_del(wd->parent, obj);
 
    if (parent)
      {
