Oops, does not help if we free everything too early

SVN revision: 11127
This commit is contained in:
handyande 2004-08-02 09:22:18 +00:00 committed by handyande
parent c26e42395a
commit 3b25865dbb
1 changed files with 1 additions and 1 deletions

View File

@ -1534,7 +1534,7 @@ ecore_config_system_shutdown(void)
int ret;
__ecore_config_system_init--;
if (__ecore_config_system_init > 1)
if (__ecore_config_system_init > 0)
return ECORE_CONFIG_ERR_IGNORED;
ret = _ecore_config_ipc_exit();