Don't free zones till we are done with them.

SVN revision: 46761
This commit is contained in:
Christopher Michael 2010-03-02 01:23:47 +00:00
parent 0884310c53
commit c36743d52e
1 changed files with 3 additions and 3 deletions

View File

@ -101,11 +101,11 @@ e_modapi_init(E_Module *m)
* elm apps like elm_indicator so that they know how many
* indicators to create at startup */
ecore_x_e_illume_zone_list_set(man->root, zones, zcount);
/* free zones variable */
free(zones);
}
/* free zones variable */
free(zones);
return m;
}