revert this change for now

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9676 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-09-26 23:37:27 +00:00
parent cd66f128a0
commit 92af3e726d
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
Fri Sep 26 15:32:07 EDT 2008 Fri Sep 26 18:37:04 CDT 2008

View File

@ -1019,10 +1019,8 @@ void _su_home_deinit(su_home_t *home)
home->suh_blocks = NULL; home->suh_blocks = NULL;
if (home->suh_lock) { if (home->suh_lock)
_su_home_destroy_mutexes(home->suh_lock); _su_home_destroy_mutexes(home->suh_lock);
UNLOCK(home);
}
} }
home->suh_lock = NULL; home->suh_lock = NULL;