allow shutting down ecore_file and re-initting

SVN revision: 28063
This commit is contained in:
rephorm 2007-01-19 14:02:34 +00:00 committed by rephorm
parent 493450761d
commit d4014861d6
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ ecore_file_path_shutdown(void)
{
if (--init != 0) return init;
ecore_list_destroy(__ecore_file_path_bin);
__ecore_file_path_bin = NULL;
return init;
}