don't leak

SVN revision: 31620
This commit is contained in:
Peter Wehrfritz 2007-09-05 09:46:56 +00:00
parent b2ec7dd266
commit 10a798bc88
1 changed files with 2 additions and 0 deletions

View File

@ -339,7 +339,9 @@ ecore_plugin_available_get(int group_id)
ecore_hash_set(plugins, key, key);
}
}
closedir(dir);
}
ecore_hash_free_key_cb_set(plugins, NULL);
avail = ecore_hash_keys(plugins);
ecore_list_free_cb_set(avail, free);