unset top gc in gadman to ensure it gets set properly later on

SVN revision: 76453
This commit is contained in:
Mike Blumenkrantz 2012-09-11 10:38:09 +00:00
parent 0922fa95c5
commit 0ecafb75e5
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ gadman_reset(void)
evas_object_del(Man->movers[layer]);
Man->movers[layer] = NULL;
}
Man->gc_top = NULL;
if (_gadman_gadgets)
{
eina_hash_free_cb_set(_gadman_gadgets, EINA_FREE_CB(eina_list_free));