Fix segv reported by Peter Wehrfritz on eina init/shutdown (specifically on

eina_log init/shutdown as it wasn't resetting domains counters properly).


SVN revision: 42334
This commit is contained in:
dieb 2009-09-07 23:23:03 +00:00 committed by dieb
parent 809cfd97ff
commit 073dd0542c
1 changed files with 2 additions and 0 deletions

View File

@ -961,6 +961,8 @@ eina_log_shutdown(void)
free(_log_domains);
_log_domains = NULL;
_log_domains_count = 0;
_log_domains_allocated = 0;
while (_pending_list)
{