delete gc->clients->data from _before_ the removal

SVN revision: 27715
This commit is contained in:
rephorm 2007-01-02 03:25:01 +00:00 committed by rephorm
parent f3882bd459
commit aac131f834
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ e_gadcon_unpopulate(E_Gadcon *gc)
gcc->menu = NULL;
}
gc->clients = evas_list_remove_list(gc->clients, gc->clients);
e_object_del(E_OBJECT(gc->clients->data));
e_object_del(E_OBJECT(gcc));
}
}