free possible popup on shutdown.

SVN revision: 16619
This commit is contained in:
sebastid 2005-09-06 08:04:19 +00:00 committed by sebastid
parent bcb03f5992
commit 8d6a51beea
1 changed files with 3 additions and 0 deletions

View File

@ -573,6 +573,9 @@ _pager_face_free(Pager_Face *face)
if (face->ev_handler_container_resize)
ecore_event_handler_del(face->ev_handler_container_resize);
if (face->current_popup)
_pager_popup_free(face->current_popup);
if (face->menu)
e_object_del(E_OBJECT(face->menu));