Don't need 2 of the same variables.

SVN revision: 50473
This commit is contained in:
Christopher Michael 2010-07-24 02:28:24 +00:00
parent 034e320ac1
commit 32d67b080a
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,6 @@ _edje_module_init(void)
void
_edje_module_shutdown(void)
{
const char *data;
eina_module_list_free(_available_modules);
if (_available_modules)
{
@ -126,6 +124,7 @@ _edje_module_shutdown(void)
if (_modules_name)
{
const char *data;
EINA_LIST_FREE(_modules_name, data)
{
eina_stringshare_del(data);