... and free the event object

SVN revision: 16682
This commit is contained in:
rephorm 2005-09-11 00:18:57 +00:00 committed by rephorm
parent 71739d63b5
commit 77c2aa2839
1 changed files with 1 additions and 0 deletions

View File

@ -837,6 +837,7 @@ _pager_window_free(Pager_Win *pw)
{
if (pw->window_object) evas_object_del(pw->window_object);
if (pw->icon_object) evas_object_del(pw->icon_object);
if (pw->event_object) evas_object_del(pw->event_object);
e_object_unref(E_OBJECT(pw->border));
free(pw);
}